lilypond-user
[Top][All Lists]
Advanced

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

Re: Problems with Completion_heads_engraver


From: Keith OHara
Subject: Re: Problems with Completion_heads_engraver
Date: Sun, 30 Nov 2014 02:36:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Jay Vara <jay <at> diljun.com> writes:

>   \layout {
>     \context {
>       \Staff
>       \remove Note_heads_engraver
>       \consists Completion_heads_engraver
>     }
>   }


We need to remove the Note_heads_engraver from the *Voice* and replace it 
with Completion_heads_engraver.

\new Staff { \new Voice \with{
    \remove Note_heads_engraver
    \consists Completion_heads_engraver }
  \relative c' { d4 c e fis1 g4 } }

In your example, you asked the Staff to create split notes, but the Staff 
doesn't have engravers to make the Stems or Dots.  The Voice still had
its Note_heads_engraver, so was creating notes that overlaid those created
by the Staff.





reply via email to

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