]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-line-break.ly
*** empty log message ***
[lilypond.git] / input / regression / repeat-line-break.ly
1 \version "2.2.0"
2
3 \header{
4 texidoc="
5 Across linebreaks, the left edge of a first and second alternative
6 bracket should be equal.
7 "
8 }
9
10     \paper { raggedright= ##t }
11
12 \score  {
13 \notes
14 \context Staff\relative c''  {
15         \repeat "volta" 2 { c1 \break } \alternative { d e }
16         c1
17         \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
18
19 }
20 }
21