Updates:
Status: Started
Comment #4 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
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