Re: Implementing reliable cross-staff stems

2011-12-31 Thread Pavel Roskin
Quoting "m...@apollinemike.com" : You can use Scheme engravers. I use them for exactly this sorta thing. input/regression/scheme-engraver.ly in the source code for LilyPond (you can google this file to find it on a few servers). Thank you for your reply! Frankly, I don't understand a thi

Re: Implementing reliable cross-staff stems

2011-12-31 Thread m...@apollinemike.com
On Dec 30, 2011, at 11:47 PM, Pavel Roskin wrote: > Hello! > > I'm trying to implement cross-staff stems that would not get > disconnected when the distance between staves changes. > > Ideally, I need a function that would extend the stem from the note in > the lower staff exactly until it meets

Implementing reliable cross-staff stems

2011-12-30 Thread Pavel Roskin
Hello! I'm trying to implement cross-staff stems that would not get disconnected when the distance between staves changes. Ideally, I need a function that would extend the stem from the note in the lower staff exactly until it meets the stem of the note on the staff above. As a simpler solution,