lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 1296 in lilypond: Progerrors when using \laiss


From: lilypond
Subject: Re: [Lilypond-auto] Issue 1296 in lilypond: Progerrors when using \laissezVibrer in a cross-staff context
Date: Mon, 08 Apr 2013 18:46:11 +0000


Comment #8 on issue 1296 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]