]> 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 e23799f21bf1d52c16f0f36c7403d463b3f3f5a3..f7428cc6d59c32bc17a74c43f6c3136dfe3899eb 100644 (file)
@@ -1,18 +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.19.21"
 
-\paper {
-   indent = 0.0\mm
-   raggedright = ##t
+\layout {
+  indent = 0.0\mm
+  ragged-right = ##t
 }
 
-\score{
-    \notes \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}
 }
+