On Tue, Sep 03, 2013 at 10:03:33AM -0700, Mark Stephen Mrotek wrote: > > I tried \laissezVibrer. It just did not look long enough. I shall put it in > the score.
As others have said, there is the "shape" directive. Some time ago, I gleaned this function off of this list. Put this in your code: extendLV = #(define-music-function (parser location further) (number?) #{ \once \override LaissezVibrerTie #'X-extent = #'(0 . 0) \once \override LaissezVibrerTie #'details #'note-head-gap = #(/ further -2) \once \override LaissezVibrerTie #'extra-offset = #(cons (/ further 2) 0) #}) Then in your music, write: \extendLV #3 ees \laissezVibrer and adjust '#3' to suit your needs. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user