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