1\version "2.16.0"
2
3\header{
4texidoc="
5The @code{Completion_heads_engraver} correctly handles notes that need to be split into more than 2 parts.
6"
7}
8
9\layout { ragged-right= ##t }
10
11
12\new Voice \with {
13    \remove "Note_heads_engraver"
14    \consists "Completion_heads_engraver"
15} \relative c'{
16  \time 2/4
17  c4.. c4. c4. c2 c1
18}
19