]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modifying-tuplet-bracket-length.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / modifying-tuplet-bracket-length.ly
index 1c96371b25ad640992739052c2c0c9070d1b841d..f62720a9b2f3f05a6a949b3ea3f2c898c7b89060 100644 (file)
@@ -1,10 +1,11 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.62"
 
 \header {
   lsrtags = "rhythms"
- texidoc = "
+
+  texidoc = "
 Tuplet brackets can be made to run to prefatory matter or the next
 note. Default tuplet brackets end at the right edge of the final note
 of the tuplet; full-length tuplet brackets extend farther to the right,
@@ -13,8 +14,10 @@ or to cover only the whitespace before the next item of notation, be
 that a clef, time signature, key signature, or another note.  The
 example shows how to switch tuplets to full length mode and how to
 modify what material they cover.
-" }
-% begin verbatim
+
+"
+  doctitle = "Modifying tuplet bracket length"
+} % begin verbatim
 \new RhythmicStaff {
   % Set tuplets to be extendable...
   \set tupletFullLength = ##t
@@ -27,5 +30,5 @@ modify what material they cover.
   \time 4/4
   \times 4/5 { c4 c1 }
   \time 3/4
-  c4
+  c2.
 }