]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-note-appended.ly
Issue 4333: Cue notes should not be included in ambitus
[lilypond.git] / input / regression / tuplet-text-note-appended.ly
index aba37347261a5cf69846e56286093962b504a552..c29e1f19973e6d8ff0f31933a51fcd148d984f10 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.17.11"
 \header{
   texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
 }
@@ -7,7 +7,7 @@
 
 \context Voice \relative c'' {
   \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
-  \times 2/3  { c8 c8 c8 c8 c8 c8 }
+  \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
   \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
-  \times 2/3  { c8 c8 c8 c8 c8 c8 }
+  \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
 }