Re: 2.23.80- stopping text spanner text on subsequent lines

2022-11-01 Thread Paul Scott
Oops!  Thank you! Paul On 11/1/22 11:03 AM, Jean Abou Samra wrote: Le 01/11/2022 à 19:00, Paul Scott a écrit : optt = {   \override TextSpanner.bound-details.left.text =   \markup { \fontsize #-2 \upright "Opt. Tpt tacet" }   \override TextSpanner.bound-details.left.broken.text = "" }  

Re: 2.23.80- stopping text spanner text on subsequent lines

2022-11-01 Thread Jean Abou Samra
Le 01/11/2022 à 19:00, Paul Scott a écrit : optt = {   \override TextSpanner.bound-details.left.text =   \markup { \fontsize #-2 \upright "Opt. Tpt tacet" }   \override TextSpanner.bound-details.left.broken.text = "" }   \override TextSpanner.bound-details.left.broken.text = "" ^^^

Re: 2.23.80- stopping text spanner text on subsequent lines

2022-11-01 Thread Paul Scott
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

Re: 2.23.80- stopping text spanner text on subsequent lines

2022-11-01 Thread Jean Abou Samra
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 "A"     \tweak bound-details.left-broken.text "" % <==     \startTextSpan   \break

2.23.80- stopping text spanner text on subsequent lines

2022-11-01 Thread Paul Scott
Can someone please tell me how to stop text spanners from repeating the text on subsequent lines? TIA, Paul