Thomas Morley <[email protected]> writes: > Hi Nick, > > 2012/3/9 Nick Payne <[email protected]>: > >> Thanks. I gave it a try. The one shortcoming I've found is that the ends of >> LV ties on a chord containing a second no longer align. > > That's because "factor" is used in a multiplication. An easy fix would > be to change that to an addition. But now a new problem arises: If you > use customised staff-sizes the length isn't scaled accurate. For > smaller staffs the LaissezVibrerTie should be still smaller and for > greater staffs still greater. > Currently I don't know how to make it better.
You can get the system grob (ly:grob-system) from the tie, and then base your additional size on some dimension calculated from that in some manner. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
