X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-tremolo.ly;h=35866ca7aca426765fca29fd3d808551465e7051;hb=84df877933ef6b3b9915e58bf0ca8bd7d92fea3d;hp=cd5454e8ea5211a1b29cc2a63931b0bfa00755fa;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/repeat-unfold-tremolo.ly b/input/regression/repeat-unfold-tremolo.ly index cd5454e8ea..35866ca7ac 100644 --- a/input/regression/repeat-unfold-tremolo.ly +++ b/input/regression/repeat-unfold-tremolo.ly @@ -1,29 +1,22 @@ -\version "2.6.0" -\header { - - texidoc = "Unfolding tremolo repeats. All fragments fill one - measure with 16th notes exactly." +\version "2.16.0" +\header { + texidoc = "Unfolding tremolo repeats. All fragments fill one +measure with 16th notes exactly." } -\layout { raggedright = ##t } - +\layout { ragged-right = ##t } - -{ +\relative c' { \time 2/4 - \applymusic #unfold-repeats - { \repeat tremolo 4 { c'16 e' } | - \repeat tremolo 8 c'16 } | - + \unfoldRepeats { + \repeat tremolo 4 { c16 e } | + \repeat tremolo 8 c16 + } | \time 3/4 - \applymusic #unfold-repeats - { \repeat tremolo 6 { c'16 e' } | - \repeat tremolo 12 c'16 } | \bar "|." - - \bar "|." - - + \unfoldRepeats { + \repeat tremolo 6 { c16 e } | + \repeat tremolo 12 { c16 } | + } + \bar "|." } - -