]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat-unfold.ly
release: 1.1.62
[lilypond.git] / input / test / repeat-unfold.ly
1
2 \score { \notes\relative c'' {
3 \repeat unfold 3 { c^"3x 0a" d }
4 % less alts than body
5 \repeat unfold 4 { c^"4x 0a" d } \alternative { e f }
6 % more alts than body
7 \repeat unfold 2 { c^"2x 3a" d } \alternative { e f g } 
8 }}
9