lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4207 in lilypond: Completion_heads_engraver no


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4207 in lilypond: Completion_heads_engraver not splitting notes
Date: Sun, 30 Nov 2014 02:32:22 +0000


Comment #2 on issue 4207 by address@hidden: Completion_heads_engraver not splitting notes
https://code.google.com/p/lilypond/issues/detail?id=4207

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 the example above, the Staff created split notes, but the Staff doesn't have engravers to make the Stems or Dots, and the notes created by the Staff overlay those created by the Voice, which still has its Note_heads_engraver.

Colin, I couldn't find the original report in the email lists. Could you get the fix back to the original reporter, and mark this invalid if that settles the problem ?

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



reply via email to

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