X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=b938cc2e73af068441562403893678f083aad9a8;hb=49f9b097ce73335f8a6b3436c43df1aed8a77288;hp=66387bab44c48a1668eff2706f0c5fddfd46e804;hpb=7bb33a8e7df9d526bff3cb525045e218c9759e88;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 66387bab44..b938cc2e73 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,18 +1,18 @@ -\version "2.1.7" +\version "2.11.51" + +\header { texidoc = "Volta repeats may be unfolded through the music + function @code{\unfoldRepeats}." -\header { - texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}." } -nots = \notes\relative c' { +nots = \relative c' { c4 \repeat volta 2 c4 \alternative { d e } - \repeat tremolo 4 { c16 d } } +\layout {ragged-right = ##t} -\score { \notes \context Voice { -\nots -\apply #unfold-repeats \nots +\context Voice { + \nots + \bar "||" + \unfoldRepeats \nots } -\paper {raggedright = ##t} - }