]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-tuplet-bracket-length.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / modifying-tuplet-bracket-length.ly
index 261f909cdee10379b179aff752371651f25750a5..3cff9d1059f74068fe9cd427f118c963e816b228 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "really-simple, rhythms"
 
   texidoc = "
 Tuplet brackets can be made to run to prefatory matter or the next
@@ -23,6 +23,7 @@ modify what material they cover.
   doctitle = "Modifying tuplet bracket length"
 } % begin verbatim
 
+
 \new RhythmicStaff {
   % Set tuplets to be extendable...
   \set tupletFullLength = ##t
@@ -37,4 +38,3 @@ modify what material they cover.
   \time 3/4
   c2.
 }
-