]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-unfold-all.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / repeat-unfold-all.ly
1 \version "2.19.21"
2
3 \header { texidoc = "Volta repeats may be unfolded through the music
4     function @code{\\unfoldRepeats}."
5
6 }
7
8 nots = \relative   {
9     c'4 \repeat volta 2 c4 \alternative { d e  }
10 }
11 \layout {ragged-right = ##t} 
12
13 \context Voice {
14     \nots
15     \bar "||"
16     \unfoldRepeats \nots
17 }
18