1\version "2.16.0"
2
3\header{
4  texidoc="
5Across linebreaks, the left edge of a first and second alternative
6bracket 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
20