X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frepeat-unfold-all.ly;h=92e8a47339e4bfea7f895eaa3ea672e419fb8dbb;hb=fc76fda44a887f47c10db1dcb76756951167bfc1;hp=1aa96159edc57fbc090eb67d1626e601a04932dd;hpb=0b2e3289fe2be73188cdeb499d5478ce784fabd7;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 1aa96159ed..92e8a47339 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,13 +1,18 @@ +\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' {c4 \repeat volta 2 c4 \alternative { d e }} +nots = \relative c' { + c4 \repeat volta 2 c4 \alternative { d e } +} +\layout {ragged-right = ##t} -\score { \notes { -\nots -\apply #unfold-repeats \nots +\context Voice { + \nots + \bar "||" + \unfoldRepeats \nots } -\paper {linewidth=-1.} - } +