mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2024-10-31 17:43:33 +01:00
Added tuple brackets as default
This commit is contained in:
parent
c4c6ed565b
commit
a1eb5d63ff
1 changed files with 6 additions and 0 deletions
|
@ -106,6 +106,12 @@ showTrueKeySignature = {
|
|||
|
||||
\override KeySignature #'stencil = ##f
|
||||
}
|
||||
|
||||
\context {
|
||||
\Voice
|
||||
|
||||
\override TupletBracket #'bracket-visibility = ##t
|
||||
}
|
||||
}
|
||||
|
||||
% Some common timing tweaks.
|
||||
|
|
Loading…
Reference in a new issue