]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-tuplet-number.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / changing-the-tuplet-number.ly
index c540db358e89d8d51cb95a7d5fbe1867f9ba1895..ca86f5297f97ccde12ee57fe1e681cb7f9fe1e19 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.12.0"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms"
@@ -37,9 +37,11 @@ be printed, or the tuplet number may be suppressed altogether.
 } % begin verbatim
 
 \relative c'' {
-  \times 2/3 { c8 c c } \times 2/3 { c8 c c }
+  \times 2/3 { c8 c c }
+  \times 2/3 { c8 c c }
   \override TupletNumber #'text = #tuplet-number::calc-fraction-text
   \times 2/3 { c8 c c }
   \override TupletNumber #'stencil = ##f
   \times 2/3 { c8 c c }
 }
+