X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-unfold-all.ly;h=0d047b6304747cc78182414c1bfda823692e492c;hb=79c17e0eaedca79e5f7605f5b9f92db27c68e679;hp=40c7b1c5397a47d28c0c21cffa1295326d9cea2b;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/repeat-unfold-all.ly b/input/regression/repeat-unfold-all.ly index 40c7b1c539..0d047b6304 100644 --- a/input/regression/repeat-unfold-all.ly +++ b/input/regression/repeat-unfold-all.ly @@ -1,18 +1,18 @@ -\version "2.1.30" +\version "2.19.21" + +\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 } - \repeat tremolo 4 { c16 d } +nots = \relative { + c'4 \repeat volta 2 c4 \alternative { d e } } +\layout {ragged-right = ##t} -\score { \notes \context Voice { -\nots -\apply #unfold-repeats \nots +\context Voice { + \nots + \bar "||" + \unfoldRepeats \nots } -\paper {raggedright = ##t} - }