lilypond-user
[Top][All Lists]
Advanced

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

Re: trill spanner


From: Davide Liessi
Subject: Re: trill spanner
Date: Tue, 05 May 2015 09:44:32 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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]