Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Malte Meyn
Am 19.09.2017 um 12:45 schrieb Robert Murdoch: Will do. As I assumed staff-padding is the right thing here: \override TextSpanner.staff-padding = 2.5 ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lil

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Robert Murdoch
Will do. \version "2.19.65" \relative c'' { \override TextSpanner.bound-details.left.text = "accel." \override TextSpanner.bound-details.right.padding = #1 \acciaccatura e8\startTextSpan d4 d r d d2 g4. d8 e2 r R4*4 r2 r4 \override TextSpanner.bound-details.left.text = "rit." c\sto

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Malte Meyn
Am 19.09.2017 um 11:08 schrieb Robert Murdoch: Thanks for all the helpful replies everyone, but I've now run into a new problem; I want the second text spanner to align with the first spanner's dashed lines, for the first system. The second text spanner is currently below the dashed lines. Ho

Text Spanner Leading Directly Into Another Text Spanner

2017-09-19 Thread Robert Murdoch
Thanks for all the helpful replies everyone, but I've now run into a new problem; I want the second text spanner to align with the first spanner's dashed lines, for the first system. The second text spanner is currently below the dashed lines. How do I fix this? ___

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-18 Thread Malte Meyn
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 th

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-18 Thread David Nalesnik
Hi Robert, On Mon, Sep 18, 2017 at 12:03 PM, Robert Murdoch wrote: > 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

Re: Text Spanner Leading Directly Into Another Text Spanner

2017-09-18 Thread Ben
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. H

Text Spanner Leading Directly Into Another Text Spanner

2017-09-18 Thread 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.