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: Colin Campbell
Subject: Re: Problems with Completion_heads_engraver
Date: Sat, 29 Nov 2014 16:15:50 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

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: Completion_heads_engraver not splitting notes, and may be related to

Issue 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- )

reply via email to

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