]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
b6509c5fed8e210e5e0971dde999a45295edc1e4
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.1.26"
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