X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-volta.ly;h=b99334c35e11c4d729e87ac9a3380597d3fb325f;hb=62b4f8efffd12dcf7acfa9376ae153fcd0c6a61f;hp=3ed0cc0b533f22bcbe20c3e156bb8167637f2812;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/repeat-volta.ly b/input/regression/repeat-volta.ly index 3ed0cc0b53..b99334c35e 100644 --- a/input/regression/repeat-volta.ly +++ b/input/regression/repeat-volta.ly @@ -1,24 +1,21 @@ -\version "2.3.17" +\version "2.10.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 } - } - \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 } }