]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-line-break.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / repeat-line-break.ly
1 \version "2.11.51"
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 \layout { ragged-right= ##t }
11
12 \context Staff\relative c''  {
13   \repeat "volta" 2 { c1 \break } \alternative { d e }
14   c1
15   \repeat "volta" 2 { c1 } \alternative { { d \break}  e }
16
17 }
18
19