X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftuplet-gap.ly;h=f7428cc6d59c32bc17a74c43f6c3136dfe3899eb;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=046e68675d90f25bbbdeadef27409cd4a9b1a511;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/tuplet-gap.ly b/input/regression/tuplet-gap.ly index 046e68675d..f7428cc6d5 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.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} } +