]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat-line-break.ly
06ff02cd3101d19cbb25d2373e36186a55cb3bcf
[lilypond.git] / input / test / repeat-line-break.ly
1
2 \score  {
3 \notes
4 \context Staff\relative c''  {
5         \repeat "volta" 2 { c1 \break } \alternative { d e }
6         c1
7         \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
8
9 }
10 }