]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / preventing-final-mark-from-removing-final-tuplet.ly
index 0601a666e5e72014523c1bc73c81e4b897478fba..e6c6c823aa7bf175c47f370e683fa4d912c7b163 100644 (file)
@@ -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"
 }
-