Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 4207 by [email protected]: Completion_heads_engraver not
splitting notes
https://code.google.com/p/lilypond/issues/detail?id=4207
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:
%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
\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
}
}
}
Attachments:
CompHeads.png 18.3 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings