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