lilypond-user
[Top][All Lists]
Advanced

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

Re: trill spanner


From: Craig Dabelstein
Subject: Re: trill spanner
Date: Tue, 05 May 2015 09:29:35 +0000

Thanks Pierre and Davide,

That will work fine.

Much appreciated.

Craig


On Tue, 5 May 2015 at 17:44 Davide Liessi <address@hidden> wrote:
Dear Pierre,

Il 05/05/15 09.01, Pierre Perol-Schneider ha scritto:
> Or a more elegant one:
>
> \version "2.18.2"
>
> \relative {
>    c'
>    -\tweak style #'trill
>    \startTextSpan
>    d e f
>    \stopTextSpan
> }

this might be more elegant than your first solution (matter of taste),
but I would consider it incorrect input, since in this case LilyPond
does not know that it is a trill (so e.g. articulate.ly or user scripts
would not recognize it).
I would favour a more meaningful code, although maybe slightly less
elegant, like your first solution.

> 2015-05-05 8:52 GMT+02:00 Pierre Perol-Schneider
>     \version "2.18.2"
>
>     \relative {
>        c'
>        -\tweak bound-details.left.text \markup\null
>        \startTrillSpan
>        d e f
>        \stopTrillSpan
>     }

Best wishes.
Davide

reply via email to

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