lilypond-user
[Top][All Lists]
Advanced

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

Re: End-of-piece trill?


From: Trevor Bača
Subject: Re: End-of-piece trill?
Date: Tue, 18 Jul 2006 23:04:57 -0500

On 7/18/06, Gianluca D. <address@hidden> wrote:
Alle 03:22, mercoledì 19 luglio 2006, Trevor Bača ha scritto:
> \version "2.9.11"
>
> \new Staff {
> c'4
> d'4
> e'4
> f'4 \startTrillSpan s4 \stopTrillSpan
> }

I think you could use the same trick it was posted some months ago about
crescendo and decrescendo (I'm sorry I don't remeber who posted it):

%% START SNIPPET %%

\version "2.9.11"

 \new Staff {
    c'4
    d'4
    e'4
    f'4*1/2 \startTrillSpan s4*1/2 \stopTrillSpan
 }

%% END SNIPPET %%

You can modify numbers (such as f4*1/3 ... s4*2/3  and so on) to adjust the
length of the spanner.
I've tried it and it seems to work as you'd like. I hope this can be of some
use.

Hi Gianluca,

Yes, that works perfectly. Many thanks!



--
Trevor Bača
address@hidden
like the dew or like lightning

reply via email to

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