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