Oh, right. How's this, then?
\version "2.25.20"
{
\compressMMRests R1*10
\once \tweak direction #DOWN % optional
\textEndMark \markup\sans\right-align { "poco accel." }
\mark \default
R1
}
-William
On 9/29/24 16:57, Paul Scott wrote:
Thank you for your reply.
I want the text at the end of the 10 bar rest.
Strangely the MM rests are not compressed in your code.
Paul
On 9/29/24 1:31 PM, William Rehwinkel wrote:
Dear Paul,
Is this by any chance the output you were expecting?
-William
\version "2.25.20"
{
\compressMMRests
<>^\markup\sans\right-align{ "poco accel." }
R1*10
\mark \default
R1
}
On 9/29/24 15:44, Paul Scott wrote:
My MWE seems consistent with NR 1.8.2 Text alignment but how can I
get text actually right aligned in a section of music?
\version "2.25.20"
{
\compressMMRests
R1*10^\markup\sans\right-align{ "poco accel." }
\mark \default
R1
}
TIA,
Paul