lilypond-user
[Top][All Lists]
Advanced

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

Re: End-of-piece trill?


From: Gianluca D.
Subject: Re: End-of-piece trill?
Date: Wed, 19 Jul 2006 04:12:36 +0200
User-agent: KMail/1.9.3

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.

Best regards,

Gianluca D'Orazio




reply via email to

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