X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpreventing-final-mark-from-removing-final-tuplet.ly;h=8df5f99d7677cf8df5be829bdf0afecfd60037e6;hb=c31ee4f97786151cdc92d2d45e2b759eb54cd5fd;hp=9536864eaa9f9bc4576d24f987691f5df07b6db6;hpb=d6d3b6b233e85027dc0b286e22fe9bd1dc430bc9;p=lilypond.git diff --git a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly index 9536864eaa..8df5f99d76 100644 --- a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly +++ b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly @@ -25,7 +25,7 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \times 2/3 { c'16 c'16 c'16 } \times 2/3 { c'16 c'16 c'16 } \times 2/3 { c'16 c'16 c'16 } - \override Score.RehearsalMark.break-visibility = #'#(#t #t #t) + \override Score.RehearsalMark.break-visibility = ##(#t #t #t) \override Score.RehearsalMark.direction = #DOWN \override Score.RehearsalMark.self-alignment-X = #RIGHT % due to issue 2362 the following line is commented @@ -43,7 +43,7 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \times 2/3 { c'16 c'16 c'16 } \times 2/3 { c'16 c'16 c'16 } \times 2/3 { c'16 c'16 c'16 } - \override Score.RehearsalMark.break-visibility = #'#(#t #t #t) + \override Score.RehearsalMark.break-visibility = ##(#t #t #t) \override Score.RehearsalMark.direction = #DOWN \override Score.RehearsalMark.self-alignment-X = #RIGHT % due to issue 2362 the following line is commented