]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modifying-tuplet-bracket-length.ly
Merge commit 'origin' into includes
[lilypond.git] / input / lsr / modifying-tuplet-bracket-length.ly
index da5e3a525373c48898ee355a2cbee9cb4202e2b4..d2ec9534be72557da8a311ddc4fcdadb2f18d9e6 100644 (file)
@@ -1,6 +1,6 @@
 %% 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.49"
+\version "2.12.0"
 
 \header {
   lsrtags = "rhythms"
@@ -18,6 +18,7 @@ modify what material they cover.
 "
   doctitle = "Modifying tuplet bracket length"
 } % begin verbatim
+
 \new RhythmicStaff {
   % Set tuplets to be extendable...
   \set tupletFullLength = ##t
@@ -30,5 +31,5 @@ modify what material they cover.
   \time 4/4
   \times 4/5 { c4 c1 }
   \time 3/4
-  c4
+  c2.
 }