X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-tremolo.ly;h=35866ca7aca426765fca29fd3d808551465e7051;hb=3dfd0a47e01374e0d8d1e6b127fa3f7a15a53edc;hp=7b5444077f93ed756addded5c37aa2733f49ce12;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/repeat-unfold-tremolo.ly b/input/regression/repeat-unfold-tremolo.ly index 7b5444077f..35866ca7ac 100644 --- a/input/regression/repeat-unfold-tremolo.ly +++ b/input/regression/repeat-unfold-tremolo.ly @@ -1,29 +1,22 @@ -\version "2.11.51" -\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 { 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 "|." } - -