]> git.donarmstrong.com Git - lilypond.git/blob - input/test/repeat-line-break.ly
patch::: 1.3.113.jcn2
[lilypond.git] / input / test / repeat-line-break.ly
1 \header{
2 texidoc="
3 Across linebreaks, the left edge of a first and second alternative
4 bracket should be equal
5 ";
6 }
7
8 \score  {
9 \notes
10 \context Staff\relative c''  {
11         \repeat "volta" 2 { c1 \break } \alternative { d e }
12         c1
13         \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
14
15 }
16 }