Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / repeat-unfold-all.ly
blob92e8a47339e4bfea7f895eaa3ea672e419fb8dbb
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