Hi All,

2015-03-22 22:12 GMT+01:00 Kieren MacMillan <kieren_macmil...@sympatico.ca>:


> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to