MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / repeat-unfold-all.ly
blob4711f7598ad837a19394c9e52facd10bd1966262
1 \version "2.12.0"
3 \header { texidoc = "Volta repeats may be unfolded through the music
4 function @code{\\unfoldRepeats}."
8 nots = \relative c' {
9 c4 \repeat volta 2 c4 \alternative { d e }
11 \layout {ragged-right = ##t}
13 \context Voice {
14 \nots
15 \bar "||"
16 \unfoldRepeats \nots