Re: 2.23.4 text above fermata

2021-11-24 Thread Valentin Petzel
Hello Paul, While Script has the outside-staff-interface, it does not actually set a value for outside-staff-priority. Thus no matter what priority you give to your TextScript, the TextScript will always be placed closer. (Note that scripts do not always behave like outside-staff objects). To

Re: 2.23.4 text above fermata

2021-11-24 Thread Paul Scott
Thank you! Paul On 11/24/21 9:57 AM, David Kastrup wrote: Paul Scott writes: What do I need to know to get text over a fermata? I was hoping to get the second text over the fermata. {   r2 r4 r8   <>^\markup\italic{long}   r8\fermata   r2 r4 r8   \once \override

Re: 2.23.4 text above fermata

2021-11-24 Thread David Kastrup
Paul Scott writes: > What do I need to know to get text over a fermata? > > I was hoping to get the second text over the fermata. > > { >   r2 r4 r8 >   <>^\markup\italic{long} >   r8\fermata >   r2 r4 r8 >   \once \override TextScript.outside-staff-priority = #1600 >   <>^\markup\italic{long} >

2.23.4 text above fermata

2021-11-24 Thread Paul Scott
What do I need to know to get text over a fermata? I was hoping to get the second text over the fermata. {   r2 r4 r8   <>^\markup\italic{long}   r8\fermata   r2 r4 r8   \once \override TextScript.outside-staff-priority = #1600   <>^\markup\italic{long}   r8\fermata } TIA, Paul