Hi Bevan!

I think what you are looking for is:

\override TextSpanner.bound-details.left-broken.text = ##f

HTH
/Leo

> 7 okt. 2023 kl. 21:13 skrev Bevan Broun <[email protected]>:
> 
> Hi All
> 
> When using a text spanner I get the text repeated after a line break, 
> followed by new dashes. Can I disable getting the repeat of the text and only 
> get dashes on the new line? I have a case where the repeated text is banging 
> up against some other text and it would be clearer with just dashes on the 
> new line.
> 
> Thanks
> 
> \version "2.22.2"
> 
> mybar = { c4 d c d }
> \score {
>   \relative c' {
>     \mybar \mybar \mybar
>     \override TextSpanner.bound-details.left.text = "poco a poco accelerando" 
>     c \startTextSpan d c d
>     \mybar
>     \mybar \break
>     \mybar
>     \stopTextSpan 
>     \tempo "Tempo I" 
>     \mybar \mybar \mybar \mybar 
>   } 
> }
> 
> 


Reply via email to