Prevent segfault with arpeggio + no staff-symbol.
[lilypond/mpolesky.git] / input / regression / completion-heads-lyrics.ly
blobff0801f8fe76f15c68f82bed2f47d4d5cdf329d7
1 \header {
2 texidoc = "You can put lyrics under completion heads."
4 \version "2.12.0"
6 mel = \relative c'' {
7 c1. c1.
10 lyr = \lyricmode {
11 One two
14 \score {
15 \new Score <<
16 \new Staff <<
17 \new Voice = "completion" \with {
18 \remove "Note_heads_engraver"
19 \remove "Forbid_line_break_engraver"
20 \consists "Completion_heads_engraver"
21 } \mel
23 \new Lyrics \lyricsto "completion" \lyr