]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
* lily/self-aligment-interface.cc (centered_on_parent): only
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "1.5.68"
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 {linewidth=-1.} 
17      }