lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tie over Repeat Bar


From: Jim Long
Subject: Re: Tie over Repeat Bar
Date: Tue, 3 Sep 2013 10:56:47 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]