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
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user