]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-fraction-with-notes.ly
page-layout: skip spacing spec for empty lines; issue 1669
[lilypond.git] / input / regression / tuplet-text-fraction-with-notes.ly
index beef1d3b2ff30ed2bc6f0d4b6f3261f960bcb026..9a63ebdf4574f42c28496d06aff9996ceb0d001f 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.13.1"
+\version "2.17.11"
 \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. }
+  \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
+  \tuplet 3/2  { c4. 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. }
 }