lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with Completion_heads_engraver


From: Jay Vara
Subject: Problems with Completion_heads_engraver
Date: Sat, 29 Nov 2014 19:59:51 +0000

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

}

}

}


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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]