Comment #2 on issue 4182 by [email protected]: dynamics on skips confuse
cross-staff stems
https://code.google.com/p/lilypond/issues/detail?id=4182
Usually a cross-staff stem will refuse to commit to a direction,
Oops, that's not true. The layout code follows conventions to avoid
looking up the direction of a stem, using get_property_data() instead of
get_property() and the various 'pure' versions of functions. There is a
leak in those conventions.
I have not found a reasonable way to have the Dynamic 'p' ask for the
center of the chord above it "but don't go to the trouble of figuring out
cross-staff stem directions" without adding several more 'pure' flags.
I just tried having cross-staff Stems pick a default direction, and then
re-computing the directions after line breaking. Some of the stem
attachment points to noteheads are then wrong, having depended on the
tentative direction of the Stem.
--
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