]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
Merge branch 'staging' of ssh://git.sv.gnu.org/srv/git/lilypond into staging
[lilypond.git] / input / regression / tuplet-gap.ly
index 1c75daa260042548d3fa10dcf13efaa29815bcc2..4bf91a6e4d63a86f39ac627f902da74c7495e303 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.17.6"
+\version "2.17.11"
 
 \layout {
   indent = 0.0\mm
@@ -15,6 +15,6 @@
 
 \relative c'' {
   \override TupletNumber.text = #tuplet-number::calc-fraction-text
-  \times  17/12  { c8 c4 c8 c8}
+  \tuplet  12/17  { c8 c4 c8 c8}
 }