On 2014-11-29 02:59 PM, Jay Vara wrote:
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:

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

}

}

}




Entered as ssue 4207 <https://code.google.com/p/lilypond/issues/detail?id=4207>: Completion_heads_engraver not splitting notes, and may be related to

Issue 3560 <https://code.google.com/p/lilypond/issues/detail?id=3560>: Completion_heads_engraver with \scaleDurations

Cheers,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to