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 12:05:38 +0000


Comment #1 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

Still present in 2.19.20
Looks like the "Completion_heads_engraver" is confused by the not explicitely stated second voice from afterGrace

workaround:

\new Voice \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
}
{ \afterGrace a4 \new Voice { g'8 } }

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