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: Sun, 07 Apr 2013 18:58:15 +0000

Updates:
        Status: Started

Comment #4 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

Flagging a tie as "cross-staff" seems rather indirect.

The problem is that the Y-extent of the tie is
 (Y-extent . ,grob::always-Y-extent-from-stencil)
where 'always' means before or after line-breaking,
but the stencil depends on whether the stem is up or down, and in some cases we put the cross-beam below both staves, in others we knee the beam between the staves.

Unless somebody beats me to it, I'll suggest a patch along the lines of
\override LaissezVibrerTie #'Y-extent = #(ly:unpure-Y-extent-from-stencil '(-0 . 0)) \override RepeatTie #'Y-extent = #(ly:unpure-Y-extent-from-stencil '(-0 . 0))

Beware that issue 881 no longer needs the 'pure-print' or Y-extent solution, so check something like { f\laissezVibrer feses }

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