Hello Knute,

This is a sort of my MWE:

\version "2.24.2"

\score {
  \new StaffGroup
  <<
    \new Staff { \tempo "Allegro con brio" \textMark "TUTTI" \textMark "A" c'1 }
    \new Staff { \tempo "Allegro con brio" \textMark "TUTTI" \textMark "A" c'1 }
  >>
}

> 2023/10/10 0:50、Knute Snortum <[email protected]>のメール:
> 
> 
> On Mon, Oct 9, 2023 at 7:03 AM Jun Tamura <[email protected] 
> <mailto:[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
> 

Reply via email to