For some reason the Completion heads engraver does not seem to be working
in some situations. In some cases it swallows up a note (although timing
wise it seems ok) and sometimes it produces some weird looking notes. Here
is one example I was able to recreate in a small example:

[image: Inline image 1]
Here is the code:

%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%

\version "2.19.15"

music = \relative c' {d4 c e fis1 g4 }

 \score {

 \new Staff {

 \music

 }

\layout {

\context {

\Staff

\remove Note_heads_engraver

\consists Completion_heads_engraver

}

}

}


%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to