]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-fraction-with-notes.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tuplet-text-fraction-with-notes.ly
index 7a4e1e2a3cd82f48e3b1e2bf04ef61ca1a5e2f88..ae3b30b836281fa71565b2e03c21d7398510521d 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.14.0"
+\version "2.19.21"
 \header{
   texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
 }
 
 
-\context Voice \relative c'' {
-  \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
-  \times 2/3  { c4. c4. c4. c4. }
-  \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
-  \times 2/3  { c4. c4. c4. c4. }
+\context Voice \relative {
+  \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
+  \tuplet 3/2  { c''4. c4. c4. c4. }
+  \once \override TupletNumber.text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
+  \tuplet 3/2  { c4. c4. c4. c4. }
 }