X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpreventing-final-mark-from-removing-final-tuplet.ly;h=9536864eaa9f9bc4576d24f987691f5df07b6db6;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=e6c6c823aa7bf175c47f370e683fa4d912c7b163;hpb=516cae503bc2b55e95604b0c0f681a6ccddcfab2;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 e6c6c823aa..9536864eaa 100644 --- a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly +++ b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.16.0" +\version "2.17.6" \header { lsrtags = "rhythms" @@ -25,9 +25,9 @@ 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 #'direction = #DOWN - \override Score.RehearsalMark #'self-alignment-X = #RIGHT + \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 % \mark "Composed Feb 2007 - Feb 2008" % and a shorter mark is used. @@ -37,15 +37,15 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \new Staff { \set tupletFullLength = ##t - \override TupletBracket #'full-length-to-extent = ##f + \override TupletBracket.full-length-to-extent = ##f \time 1/8 \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 #'direction = #DOWN - \override Score.RehearsalMark #'self-alignment-X = #RIGHT + \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 % \mark "Composed Feb 2007 - Feb 2008" % and a shorter mark is used.