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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to