]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modifying-tuplet-bracket-length.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / modifying-tuplet-bracket-length.ly
index 38161d08d8dcd516146670e42bd5f2ff824dbf7c..1700e0a3a3ea866a114cd8094fe2e15653d21571 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.38"
+\version "2.13.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.
 }