]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-broken.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / input / regression / tuplet-broken.ly
index c518496f865473062218dd7cef2053db25b37a1b..9021ead4b1a0c34a994f3af11897069dd5c14d0a 100644 (file)
@@ -8,7 +8,7 @@
 
 }
 
-\version "2.7.39"
+\version "2.17.11"
 
 \paper {
   ragged-right = ##t  
 
 
 \relative c'' {
-  \set tupletNumberFormatFunction = #fraction-tuplet-formatter
+  \override TupletNumber.text = #tuplet-number::calc-fraction-text
 
-  \override TupletBracket #'edge-text = #(cons
+  \override TupletBracket.edge-text = #(cons
                                          (markup #:fontsize 6
                                             #:arrow-head X LEFT #f)
                                          (markup #:arrow-head X RIGHT #f))
-  \times 11/19 {
+  \tuplet 19/11 {
     c4 c4 c4 c4
-    \bar "empty" \break
+    \bar "-" \break
     c4 c4 c4 c4
     c4 c4 c4 c4
-    \bar "empty" \break
+    \bar "-" \break
     c4 c4 c4 c4
     c4 c4 c4 
   }