1\version "2.19.21"
2
3\header { texidoc = "Volta repeats may be unfolded through the music
4    function @code{\\unfoldRepeats}."
5
6}
7
8nots = \relative   {
9    c'4 \repeat volta 2 c4 \alternative { d e  }
10}
11\layout {ragged-right = ##t}
12
13\context Voice {
14    \nots
15    \bar "||"
16    \unfoldRepeats \nots
17}
18
19