X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpreventing-final-mark-from-removing-final-tuplet.ly;fp=Documentation%2Fsnippets%2Fpreventing-final-mark-from-removing-final-tuplet.ly;h=e6c6c823aa7bf175c47f370e683fa4d912c7b163;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0601a666e5e72014523c1bc73c81e4b897478fba;hpb=f41973ff763d5972a85995b6d40c864281ec6714;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 0601a666e5..e6c6c823aa 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.14.0" +\version "2.16.0" \header { lsrtags = "rhythms" @@ -18,6 +18,7 @@ tuplet marking. This can be overcome by setting @code{TupletBracket doctitle = "Preventing final mark from removing final tuplet" } % begin verbatim + \new Staff { \set tupletFullLength = ##t \time 1/8 @@ -27,7 +28,10 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \override Score.RehearsalMark #'break-visibility = #'#(#t #t #t) \override Score.RehearsalMark #'direction = #DOWN \override Score.RehearsalMark #'self-alignment-X = #RIGHT - \mark "Composed Feb 2007 - Feb 2008" +% due to issue 2362 the following line is commented +% \mark "Composed Feb 2007 - Feb 2008" +% and a shorter mark is used. + \mark "1234" } \new Staff { @@ -42,6 +46,8 @@ tuplet marking. This can be overcome by setting @code{TupletBracket \override Score.RehearsalMark #'break-visibility = #'#(#t #t #t) \override Score.RehearsalMark #'direction = #DOWN \override Score.RehearsalMark #'self-alignment-X = #RIGHT - \mark "Composed Feb 2007 - Feb 2008" +% due to issue 2362 the following line is commented +% \mark "Composed Feb 2007 - Feb 2008" +% and a shorter mark is used. + \mark "1234" } -