]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.3.4"
2
3 \header { texidoc = "Volta repeats may be unfolded through the Scheme
4     function @code{unfold-repeats}."
5
6 }
7
8 nots = \relative c'   {
9     c4 \repeat volta 2 c4 \alternative { d e  }
10 }
11
12 \score {
13      \context Voice {
14         \nots
15         \bar "||"
16         \applymusic #unfold-repeats \nots
17     }
18     \paper {raggedright = ##t} 
19 }
20