]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
MusicXML: Fix notes that don't have a voice setting (assign it to voice "None")
[lilypond.git] / input / regression / tuplet-gap.ly
index 28ba43fd2e032422cd716c64c18223d90b81d38f..6bb3b94437c5598f37c7ce0679f170202fa8f0b7 100644 (file)
@@ -5,7 +5,7 @@
 
 }
 
-\version "2.7.32"
+\version "2.11.51"
 
 \layout {
   indent = 0.0\mm
@@ -14,7 +14,7 @@
 
 
 \relative c'' {
-  \set tupletNumberFormatFunction = #fraction-tuplet-formatter
+  \override TupletNumber #'text = #tuplet-number::calc-fraction-text
   \times  17/12  { c8 c4 c8 c8}
 }