]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
*** empty log message ***
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.1.28"
2
3 \header {
4     texidoc = "Repeats may be unfolded through the Scheme function @code{unfold-repeats}."
5 }
6
7 nots = \notes\relative c'   {
8     c4 \repeat volta 2 c4 \alternative { d e  }
9     \repeat tremolo 4 { c16 d }
10 }
11
12 \score { \notes \context Voice {
13 \nots
14 \apply #unfold-repeats \nots
15 }
16 \paper {raggedright = ##t} 
17      }
18