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: Malte Meyn
Subject: Re: Text Spanner Leading Directly Into Another Text Spanner
Date: Tue, 19 Sep 2017 02:13:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0



Am 18.09.2017 um 19:03 schrieb 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.

Adjust the padding on the right side of the first spanner:

\version "2.19.65"

\relative {
  \override TextSpanner.bound-details.left.text = "accel."
  \override TextSpanner.bound-details.right.padding = 1
  c'\startTextSpan c c c
  \override TextSpanner.bound-details.left.text = "rit."
  c\stopTextSpan\startTextSpan c c c
  c1\stopTextSpan
}



reply via email to

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