]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-broken.ly
Improve positioning of tuplet numbers for kneed beams.
[lilypond.git] / input / regression / tuplet-broken.ly
index 365e20563130aaa5c0c17bd0606f712fd30fe7dd..9021ead4b1a0c34a994f3af11897069dd5c14d0a 100644 (file)
@@ -8,7 +8,7 @@
 
 }
 
-\version "2.14.0"
+\version "2.17.11"
 
 \paper {
   ragged-right = ##t  
 
 
 \relative c'' {
-  \override TupletNumber #'text = #tuplet-number::calc-fraction-text
+  \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 
   }