X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta.ly;h=8ec19447065d1b77b401c84e2a11642b281138f2;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=647ed6f2820a61ab8cd5b8f1b74f7b512b0c10ed;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly index 647ed6f282..8ec1944706 100644 --- a/input/regression/repeat-volta.ly +++ b/input/regression/repeat-volta.ly @@ -1,4 +1,6 @@ -\version "2.11.51" +\version "2.19.21" +#(ly:set-option 'warning-as-error #f) +#(ly:expect-warning (_ "More alternatives than repeats. Junking excess alternatives")) \header{ texidoc=" @@ -9,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