]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
* lily/font-config.cc (init_fontconfig): comment out FontConfig
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.5.25"
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 \layout {raggedright = ##t} 
12
13 \context Voice {
14     \nots
15     \bar "||"
16     \unfoldRepeats \nots
17 }
18