]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-gap.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-gap.ly
index 046e68675d90f25bbbdeadef27409cd4a9b1a511..f7428cc6d59c32bc17a74c43f6c3136dfe3899eb 100644 (file)
@@ -1,20 +1,20 @@
 \header {
 
-    texidoc = "The size of the tuplet bracket gap is adjusted to the
+  texidoc = "The size of the tuplet bracket gap is adjusted to the
     width of the text."
 
 }
 
-\version "2.3.22"
+\version "2.19.21"
 
 \layout {
-   indent = 0.0\mm
-   raggedright = ##t
+  indent = 0.0\mm
+  ragged-right = ##t
 }
 
-\score{
-     \relative c'' {
-       \set tupletNumberFormatFunction = #fraction-tuplet-formatter
-       \times  17/12  { c8 c4 c8 c8}
-       }
+
+\relative {
+  \override TupletNumber.text = #tuplet-number::calc-fraction-text
+  \tuplet  12/17  { c''8 c4 c8 c8}
 }
+