lilypond-user
[Top][All Lists]
Advanced

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

Re: Text Spanner Leading Directly Into Another Text Spanner


From: Ben
Subject: Re: Text Spanner Leading Directly Into Another Text Spanner
Date: Mon, 18 Sep 2017 19:38:56 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

<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 }
}



Attachment: in line.png
Description: PNG image


reply via email to

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