X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta.ly;h=2614b237e8401819cee32c3efca80b3305c4f711;hb=e6ccd1c536b89e965e0bde1d298bd9388fb5dea9;hp=099500c0eb4f22f780d47253d0222c37e9d03bb7;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly index 099500c0eb..2614b237e8 100644 --- a/input/regression/repeat-volta.ly +++ b/input/regression/repeat-volta.ly @@ -1,24 +1,21 @@ -\version "1.7.6" +\version "2.14.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 { - \notes \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 } - } - \paper {} - \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 } } -%% new-chords-done %% +