]> 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 b9ca1f589190830aab295600bcafb9876735ece3..4bf91a6e4d63a86f39ac627f902da74c7495e303 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.7.39"
+\version "2.17.11"
 
 \layout {
   indent = 0.0\mm
@@ -14,7 +14,7 @@
 
 
 \relative c'' {
-  \set tupletNumberFormatFunction = #fraction-tuplet-formatter
-  \times  17/12  { c8 c4 c8 c8}
+  \override TupletNumber.text = #tuplet-number::calc-fraction-text
+  \tuplet  12/17  { c8 c4 c8 c8}
 }