]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
Refresh patch
[lilypond.git] / input / regression / tuplet-gap.ly
index 230755834bac4a502eab42bee350523dfcf9ab37..4bf91a6e4d63a86f39ac627f902da74c7495e303 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.10.0"
+\version "2.17.11"
 
 \layout {
   indent = 0.0\mm
@@ -14,7 +14,7 @@
 
 
 \relative c'' {
-  \override TupletNumber #'text = #tuplet-number::calc-fraction-text
-  \times  17/12  { c8 c4 c8 c8}
+  \override TupletNumber.text = #tuplet-number::calc-fraction-text
+  \tuplet  12/17  { c8 c4 c8 c8}
 }