X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-gap.ly;h=373e9c1567f8910f6661b8491eab5b17fdf538ef;hb=1dbeded5626ac18a0e3ca98c0ed9aaeef4e5c4d0;hp=e23799f21bf1d52c16f0f36c7403d463b3f3f5a3;hpb=50aadb5e51f951a922b818cf93ccb5a5d626101f;p=lilypond.git diff --git a/input/regression/tuplet-gap.ly b/input/regression/tuplet-gap.ly index e23799f21b..373e9c1567 100644 --- a/input/regression/tuplet-gap.ly +++ b/input/regression/tuplet-gap.ly @@ -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.12.0" -\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 c'' { + \override TupletNumber #'text = #tuplet-number::calc-fraction-text + \times 17/12 { c8 c4 c8 c8} } +