X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frepeat-unfold-all.ly;h=92e8a47339e4bfea7f895eaa3ea672e419fb8dbb;hb=fc76fda44a887f47c10db1dcb76756951167bfc1;hp=09c3b6d70de49d9d65f80e09fa0378b650c6323c;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 09c3b6d70d..92e8a47339 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,19 +1,18 @@ -#(ly:set-option 'old-relative) -\version "2.1.7" +\version "2.12.0" + +\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} - }