X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=0d047b6304747cc78182414c1bfda823692e492c;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=e184c24ddb9568d83a72b865507a352451bf2431;hpb=2e6a66941b94a9bc0a988f91a8c77ae952c167d6;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index e184c24ddb..0d047b6304 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,20 +1,18 @@ -\version "2.1.30" +\version "2.19.21" -\header { texidoc = "Volta repeats may be unfolded through the Scheme - function @code{unfold-repeats}." +\header { texidoc = "Volta repeats may be unfolded through the music + function @code{\\unfoldRepeats}." } -nots = \notes\relative c' { - c4 \repeat volta 2 c4 \alternative { d e } +nots = \relative { + c'4 \repeat volta 2 c4 \alternative { d e } } +\layout {ragged-right = ##t} -\score { - \notes \context Voice { - \nots - \bar "||" - \apply #unfold-repeats \nots - } - \paper {raggedright = ##t} +\context Voice { + \nots + \bar "||" + \unfoldRepeats \nots }