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