lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2769 in lilypond: \afterGrace with Completion_


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2769 in lilypond: \afterGrace with Completion_heads_engraver adds the base note and it's duration to every afterGrace note
Date: Sat, 16 May 2015 14:28:10 +0000


Comment #2 on issue 2769 by address@hidden: \afterGrace with Completion_heads_engraver adds the base note and it's duration to every afterGrace note
https://code.google.com/p/lilypond/issues/detail?id=2769

It's not a bug for afterGrace, but for the "Completion_heads_engraver" not being able to deal with simultaneous music, which doesn't explicitely creates Voices.
More hidden with afterGrace, though.

\version "2.19.20"

\layout {
    \context {
        \Voice
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
    }
}

\new Voice {
  <<
    a'4
    %\new Voice %% uncomment for proper output
    { \voiceTwo g8. g16 }
  >>
  g2.
}

Attachments:
        completition-engr-bug.png  2.1 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]