\version "2.25.30"
\fixed c' {
\set Score.rehearsalMarkFormatter = #format-mark-box-barnumbers
\tempo \markup{ \mark \default Allegro }
a1 b c
}
Paul
On 11/6/25 3:54 AM, Kieren MacMillan wrote:
Hi Paul,
How do include the equivalent in the markup after \tempo ?
\tempo \markup{ \mark \default } }
Is apparently not the correct syntax.
It’s also not particularly wise (from a programming perspective) to mix types
of information like that.
This is to eliminate the spacing problems with:
\mark \default
\tempo \markup{Allegro}
That’s a presentation-level problem that should be handled with
presentation-level mechanisms.
I can create an MWE if necessary.
Please do!
Best,
Kieren.
__________________________________________________
My work day may look different than your work day. Please do not feel obligated
to read or respond to this email outside of your normal working hours.