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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to