<quote author="Robert Murdoch">
Hi,

Is there a way to create a text spanner that leads directly into another
text spanner, for example an accelerando into a ritardando? I've tried
using \stopTextSpan and \startTextSpan on the same note, but the second
text spanner is above the end of the first one which is not what I want.
</quote>


Hello,

This is a basic way to get them in a line, is this what you mean? (see
attached)

\version "2.19.65"

{
\override TextSpanner.bound-details.left.text = #"SpanOne"
\override TextSpanner.bound-details.right.text = #"SpanTwo"
\relative { c'4^\startTextSpan c c c \stopTextSpan c d e f }
}



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

Reply via email to