]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-note-appended.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / tuplet-text-note-appended.ly
index c29e1f19973e6d8ff0f31933a51fcd148d984f10..539d29fea0af9eed0ba7a28235f61f2d06f5a4a8 100644 (file)
@@ -1,13 +1,13 @@
-\version "2.17.11"
+\version "2.19.21"
 \header{
   texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
 }
 \layout { ragged-right= ##t }
 
 
-\context Voice \relative c'' {
+\context Voice \relative {
   \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
-  \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
+  \tuplet 3/2  { c''8 c8 c8 c8 c8 c8 }
   \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
   \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
 }