X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-gap.ly;h=373e9c1567f8910f6661b8491eab5b17fdf538ef;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=7b34357a48903c24373556af5ccf2e2c4df02b32;hpb=e3a692619a822c2a3b2f347b1d8f28267a2024ea;p=lilypond.git diff --git a/input/regression/tuplet-gap.ly b/input/regression/tuplet-gap.ly index 7b34357a48..373e9c1567 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.1.35" +\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} } +