From 36e295d8d510d22912f4f49c4c8055ff7df464ea Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 27 Sep 2023 17:34:58 +0200 Subject: [PATCH] defs.ily: default numericTimeSignature and segnoBarLine --- defs.ily | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/defs.ily b/defs.ily index 8e931a2..aee560f 100644 --- a/defs.ily +++ b/defs.ily @@ -60,3 +60,11 @@ arrangerPipesthrd = \arrangerPipesThrd %TODO: Remove Me commitUrl = "https://git.deboone.nl/kastdeur/pipeband-music/commit/" + +\layout { + \context { + \Score + segnoStyle = #'bar-line + \numericTimeSignature + } +}