lilypond-user
[Top][All Lists]
Advanced

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

Re: textSpanner - disable repeat of text on new line


From: Leo Correia de Verdier
Subject: Re: textSpanner - disable repeat of text on new line
Date: Sat, 7 Oct 2023 23:34:02 +0200

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 <bevanbroun@gmail.com>:
> 
> 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

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