lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.23.80- stopping text spanner text on subsequent lines


From: Paul Scott
Subject: Re: 2.23.80- stopping text spanner text on subsequent lines
Date: Tue, 1 Nov 2022 11:00:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3

Thank you for your quick response!

See below for another question:

On 11/1/22 10:33 AM, Jean Abou Samra wrote:
Le 01/11/2022 à 18:02, Paul Scott a écrit :
Can someone please tell me how to stop text spanners from repeating the text on subsequent lines?


\version "2.22.2"

{
  c'1
    \tweak bound-details.left.text "Aaaaa"
    \tweak bound-details.left-broken.text "" % <======
    \startTextSpan
  \break
  c'1
  \break
  c'1\stopTextSpan
}


In my case there is only one text spanner in the part and I use the following definition at the beginning of each relevant part. I attempted to use your fix as follows:

optt = {
  \override TextSpanner.bound-details.left.text =
  \markup { \fontsize #-2 \upright "Opt. Tpt tacet" }
  \override TextSpanner.bound-details.left.broken.text = ""

}

This doesn't seem to work.

Thank you for any more help,

Paul






reply via email to

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