]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: update.
authorGraham Percival <graham@percival-music.ca>
Fri, 20 Aug 2010 11:57:13 +0000 (12:57 +0100)
committerGraham Percival <graham@percival-music.ca>
Fri, 20 Aug 2010 11:57:13 +0000 (12:57 +0100)
Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly [new file with mode: 0644]
Documentation/snippets/rhythms.snippet-list

diff --git a/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly b/Documentation/snippets/preventing-final-mark-from-removing-final-tuplet.ly
new file mode 100644 (file)
index 0000000..b73efe2
--- /dev/null
@@ -0,0 +1,47 @@
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.13.29"
+
+\header {
+  lsrtags = "rhythms"
+
+  texidoc = "
+The addition of a final @code{mark} can result in the loss of a final
+tuplet marking.  This can be overcome by setting @code{TupletBracket
+#'full-length-to-extent} to @code{false}.
+
+"
+  doctitle = "Preventing final mark from removing final tuplet"
+} % begin verbatim
+
+\new Staff {
+   \set tupletFullLength = ##t
+   \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"
+}
+
+\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"
+}
+
+
index c9a6a64e20d288b247877a3e7790ca29eaba266d..0b9ee61b80cbaab87f090a06baff6c8946a094c9 100644 (file)
@@ -38,6 +38,7 @@ permitting-line-breaks-within-beamed-tuplets.ly
 positioning-grace-note-beams-at-the-height-of-normal-note-beams.ly
 positioning-grace-notes-with-floating-space.ly
 positioning-multi-measure-rests.ly
+preventing-final-mark-from-removing-final-tuplet.ly
 printing-bar-numbers-at-regular-intervals.ly
 printing-bar-numbers-inside-boxes-or-circles.ly
 printing-metronome-and-rehearsal-marks-below-the-staff.ly