On Mon, Oct 9, 2023 at 7:03 AM Jun Tamura <[email protected]> wrote:
> Thanks, Wo,
>
> Actually, I already had
>
> tutti_mark = \tweak outside-staff-priority #1250 \tweak self-alignment-X
> #LEFT \tweak font-size #-1 \mark "Tutti"
> solo_mark = \tweak outside-staff-priority #1250 \tweak self-alignment-X
> #LEFT \tweak font-size #-1 \mark “Solo"
>
> and I just realized that, when they coincide with true rehearsal marks, I
> can shift the timing slightly with “\after 256”. I think this is a bit
> hacky but I can proceed with this at the moment.
>
But why is it you can't use \textMark in these places? That's what they
were designed to do: stack up on top of each other. (I may have missed
something.)
\version "2.24.2"
{ \tempo "Allegro con brio" \textMark "TUTTI" \textMark "A" c'1 }
--
Knute Snortum