X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Ftuplet-gap.ly;h=5210a0dc421389f6ed328cc7dd6b9065adbfdcdd;hb=60f4e610f5ffb3d5d1201fd5fa258c2b64ac8010;hp=6ddc3a97b5379807a0e1df1ad85031d3f8148d61;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/tuplet-gap.ly b/input/regression/tuplet-gap.ly index 6ddc3a97b5..5210a0dc42 100644 --- a/input/regression/tuplet-gap.ly +++ b/input/regression/tuplet-gap.ly @@ -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.4" +\version "2.14.0" -\paper { - indent = 0.0\mm - raggedright = ##t +\layout { + indent = 0.0\mm + ragged-right = ##t } -\score{ - \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} } +