Comment #1 on issue 2769 by [email protected]: \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