Comment #8 on issue 1296 by [email protected]: Progerrors when using \laissezVibrer in a cross-staff context
http://code.google.com/p/lilypond/issues/detail?id=1296

I think that separation-item::print does not use estimated but actual extents, so there's no substitution happening.

In what cases would laissezVibrer ties' height vary? Aren't they always the same? If so, this simplifies the problem - we don't need to grab the height from the stencil anymore.

cross-staff doesn't reserve any height early on - it simply skips using it. If you do:

\override Score.LaissezVibrerTie.Y-extent =
#(ly:make-unpure-pure-container ly:grob::stencil-height '(+inf.0 . -inf.0))

for cross-staff grobs, it should get the same result.

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