On 04/09/13 03:03, Mark Stephen Mrotek wrote:
Robert:Thank you for your reply and the suggestion. I tried \laissezVibrer. It just did not look long enough. I shall put it in the score.
LV ties can be lengthened. If you want all LV ties in the piece longer, then remove the \once - I always do - Lilypond's default LV tie length looks too stubby for my liking:
\version "2.17.25"
% extend laissez-vibrer tie
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)
#})
\relative f' {
c1\laissezVibrer
\extendLV #5
c\laissezVibrer
c\laissezVibrer
}
<<attachment: test.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
