X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta.ly;h=8ec19447065d1b77b401c84e2a11642b281138f2;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=9d6011d64b17394822881c591849d0e10ba5e471;hpb=5b1f3adfe5e3561eaa0f9440e0697054084b7107;p=lilypond.git diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly index 9d6011d64b..8ec1944706 100644 --- a/input/regression/repeat-volta.ly +++ b/input/regression/repeat-volta.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" #(ly:set-option 'warning-as-error #f) #(ly:expect-warning (_ "More alternatives than repeats. Junking excess alternatives")) @@ -11,9 +11,9 @@ If they don't barlines should still be shown. %% no alts. -\context Voice \relative c'' { +\context Voice \relative { %% repeat non aligning with barlines. - \repeat volta 3 { c^"3x 0alt" d e } + \repeat volta 3 { c''^"3x 0alt" d e } %% less alts than body \repeat volta 4 { c^"4x 2alt" d } \alternative { e f } %% more alts than body