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