X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta.ly;h=eb14c3cbd84cb6875cd96e32a87632ace29df176;hb=ba8eee4036ebb86c32f23c784adcf3bf2ef5fe3b;hp=e57ca8ffe3823d66b43f2253036f8e10237ac340;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly index e57ca8ffe3..eb14c3cbd8 100644 --- a/input/regression/repeat-volta.ly +++ b/input/regression/repeat-volta.ly @@ -1,24 +1,21 @@ -\version "2.6.0" +\version "2.12.0" \header{ -texidoc=" + texidoc=" Volta (Semi folded) behavior. Voltas can start on non-barline moments. If they don't barlines should still be shown. " } -% no alts. -\score { - \context Voice \relative c'' { - % repeat non aligning with barlines. - \repeat volta 3 { c^"3$\\times$ 0alt" d e } - % less alts than body - \repeat volta 4 { c^"4$\\times$ 2alt" d } \alternative { e f } - % more alts than body - \repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g } - } - \layout {} - \midi {} +%% no alts. + +\context Voice \relative c'' { + %% repeat non aligning with barlines. + \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 + \repeat volta 2 { c^"2x 3alt" d } \alternative { e f g } }