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