lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4207 in lilypond: Completion_heads_engraver not sp


From: lilypond
Subject: [Lilypond-auto] Issue 4207 in lilypond: Completion_heads_engraver not splitting notes
Date: Sat, 29 Nov 2014 21:14:48 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

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

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:

%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%
\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
    }

  }

}

Attachments:
        CompHeads.png  18.3 KB

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