]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
86057d58ba1b21477eb058d8a5d7d745a37988d0
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.3.17"
2
3 \header { texidoc = "Volta repeats may be unfolded through the music
4     function @code{\unfoldrepeats}."
5
6 }
7
8 nots = \relative c'   {
9     c4 \repeat volta 2 c4 \alternative { d e  }
10 }
11 \paper {raggedright = ##t} 
12
13 \context Voice {
14     \nots
15     \bar "||"
16     \unfoldrepeats \nots
17 }
18