]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-fraction-with-notes.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / input / regression / tuplet-text-fraction-with-notes.ly
index acf002a8960cdd4b9f6cc60d616c05e385e5efbf..9a63ebdf4574f42c28496d06aff9996ceb0d001f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\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."
 }
@@ -6,7 +6,7 @@
 
 \context Voice \relative c'' {
   \once \override TupletNumber.text = #(tuplet-number::fraction-with-notes "4." "8")
-  \times 2/3  { c4. c4. c4. c4. }
+  \tuplet 3/2  { 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. }
+  \tuplet 3/2  { c4. c4. c4. c4. }
 }