lilypond-user
[Top][All Lists]
Advanced

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

Re: Tie over Repeat Bar


From: Nick Payne
Subject: Re: Tie over Repeat Bar
Date: Wed, 04 Sep 2013 08:17:27 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

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
Description: PNG image


reply via email to

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