I missed some pertinent code: bars 37-42; enclosed below. %\break % \tempo 2.=42 <c'' e''>4(g' q | % m37 % \set Score.tempoHideNote = ##f <b' d''>2.)\stopTextSpan | % m38 \tempo \markup { \bold \fontsize #3 "Moderato" } 2.=44 <d'' f''>4(<f'' a''>4. <cs'' e''>8 | % m39 <e'' g''>2.) | % m40 <d'' f''>4(g' q | % m41 <c'' e''>2.) | % m42 <c'' e''>4(<e'' g''>4. <b' d''>8 | % m43 %\break
On Wed, Mar 23, 2022 at 11:55 AM Kenneth Wolcott <kennethwolc...@gmail.com> wrote: > > Hi Carl; > > Here is the code from bar #30 to bar #36 of the treble clef. > > I have attached a new screenshot of what this produces. > > The text spanner does not wrap around to the next two bars. > > Thanks, > Ken > > %\break > <d'' d'''>4(<c'' c'''>4. a'8) | % m30 > <a' a''>2\fz(<g' g''>4) | % m31 > \override TextSpanner.bound-details.left.text = > \markup { \bold \upright \fontsize #3 "rall." } > \override TextSpanner.bound-details.left-broken.text = "" > % \set Score.tempoHideNote = ##t > % \tempo 2.=48 > r4 g''\startTextSpan g'' | % m32 > % \tempo 2.=44 > g''4 g'' g'' | % m33 > % \tempo 2.=40 > g''4 g'' g''\stopTextSpan | % m34 > % \tempo 2.=36 > \override TextSpanner.bound-details.left.text = > \markup { \bold \upright \fontsize #3 "Slow accel." } > \override TextSpanner.bound-details.right-broken.text = "" > <c'' e''>4\startTextSpan(<e'' g''>4. <b' d''>8 | % m35 > % \tempo 2.=38 > % \tempo 2.=40 > <d'' f''>2.) | % m36 > %\break > > On Wed, Mar 23, 2022 at 11:35 AM Carl Sorensen > <carl.d.soren...@gmail.com> wrote: > > > > > > > > On Tue, Mar 22, 2022 at 11:57 PM Kenneth Wolcott <kennethwolc...@gmail.com> > > wrote: > >> > >> Thank you for your assistance, Leo. > >> > >> With your example I was able to remove the duplicate text in the text > >> spanner, but I was not able to get the text spanner to continue beyond bar > >> #38. > >> > >> So, I will spend more time studying what you have provided and hopefully I > >> will understand how to fix it completely. > >> > > > > Ken, > > > > If you want to get better assistance, you should really send code snippets, > > not screenshots of code snippets. > > > > When we have to make up code to replicate your problem, we have no idea if > > we're actually solving your problem. > > > > If we can test changes to your actual code, we can see if it works. > > > > Thanks, > > > > Carl > > > >>> > >>>