lilypond-user
[Top][All Lists]
Advanced

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

Default length of laissezvibrer ties


From: Nick Payne
Subject: Default length of laissezvibrer ties
Date: Wed, 07 Mar 2012 18:35:31 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

The default length of laissezvibrer ties in Lilypond is extremely short compared to those I see in commercially published scores. Here's the Lilypond output (default and tweaked) compared to the LV ties in scores from three different publishers:
\version "2.15.32"

\version "2.15.32"

xLV = #(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 c' {
    c4\laissezVibrer s s s
    \xLV #3 c4\laissezVibrer s s s
}

Nick

Attachment: pub3.png
Description: PNG image

Attachment: pub2.png
Description: PNG image

Attachment: pub1.png
Description: PNG image

Attachment: test.png
Description: PNG image


reply via email to

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