]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat-volta.ly
release: 1.3.33
[lilypond.git] / input / test / repeat-volta.ly
1
2 %  no alts.
3 \score { \notes
4   \relative c'' {
5 % repeat non aligning with barlines.
6 e
7 \repeat volta 3 { c^"3$\\times$ 0alt" d e }
8 % less alts than body
9 \repeat volta 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
10
11 % more alts than body
12 \repeat volta 2 { c^"2$\\times$ 3alt" d } \alternative { e f g } 
13 }
14
15         \midi{}
16         \paper{}
17
18 }
19