Comment #27 on issue 630 by [email protected]: non-synchronized grace note makes voiceOne go stems down
https://code.google.com/p/lilypond/issues/detail?id=630

Well, the commit mentioned in comment #26 is reasonably easy to revert but, uh, that does not change the outcome at all. I'm pretty sure I am looking at the right piece of code currently, however, namely the Grace_engraver and its manner of working with graceSettings. The timing of the overrides/reverts of the grace engraver are obviously interspersed with that of \voiceOne, with \voiceOne doing its reverts of previous voice settings (via pop-first, namely non-temporary overrides) after \grace has already established its settings, so when \grace at its end pops all settings it thinks it touched, it will not pop its own settings (which \voiceOne already did) but rather the ones by \voiceOne.

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