]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / preventing-final-mark-from-removing-final-tuplet.ly
index 44bd404764a99e8706851a1af368c35d1f78df73..0601a666e5e72014523c1bc73c81e4b897478fba 100644 (file)
@@ -1,7 +1,10 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.31"
+\version "2.14.0"
 
 \header {
   lsrtags = "rhythms"
@@ -21,27 +24,24 @@ 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 #'break-align-symbol =  #'clef
-   \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
    \mark "Composed Feb 2007 - Feb 2008"
 }
 
 \new Staff {
-   \set tupletFullLength = ##t
-
-   \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 #'break-align-symbol =  #'clef
-   \override Score.RehearsalMark #'self-alignment-X = #right
-   \mark "Composed Feb 2007 - Feb 2008"
+  \set tupletFullLength = ##t
+
+  \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
+  \mark "Composed Feb 2007 - Feb 2008"
 }
 
-