]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
1aa96159edc57fbc090eb67d1626e601a04932dd
[lilypond.git] / input / regression / repeat-unfold-all.ly
1
2 \header {
3     texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
4 }
5
6 nots = \notes\relative c'   {c4 \repeat volta 2 c4 \alternative { d e  }}
7
8 \score { \notes {
9 \nots
10 \apply #unfold-repeats \nots
11 }
12 \paper {linewidth=-1.} 
13      }