]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-volta.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / regression / repeat-volta.ly
1
2 \header{
3 texidoc="
4 Volta (Semi folded) behavior.  Voltas can start on non-barline moments.
5 If they don't barlines should still be shown.
6 ";
7 }
8
9 %  no alts.
10 \score {
11   \notes \relative c'' {
12     % repeat non aligning with barlines.
13     \repeat volta 3 { c^"3$\\times$ 0alt" d e }
14     % less alts than body
15     \repeat volta 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
16     % more alts than body
17     \repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
18   }
19   \paper {}
20   \midi {}
21 }
22