lilypond-user
[Top][All Lists]
Advanced

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

Re: Messiaen-style ties?


From: Pierre Perol-Schneider
Subject: Re: Messiaen-style ties?
Date: Sun, 22 Mar 2015 22:22:26 +0100

Hi All,

2015-03-22 22:12 GMT+01:00 Kieren MacMillan <address@hidden>:
 
Yes… LaissezVibrerTie.direction determines if the arc is up or down; there should be a LaissezVibrerTie.side (or x-direction or whatever) to determine which side the LVT appears on.

 
Yep:

\version "2.18.2"

{
    f''4-\tweak head-direction #1 \laissezVibrer
}

%% And how about:
{
    \grace \once \hideNotes
    f''4^( f'')
   
    \grace \once \hideNotes
    f''4^(
    %% here just to prevent slur being pushed by dots:
    \dotsDown \once\override Dots.extra-offset = #'(0 . 1)
    f''8.)
}

Cheers,
Pierre


reply via email to

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