Le 14/04/2022 à 22:44, Dimitris Marinakis a écrit :
I often find myself in need of offsetting some tempo or rehearsal marks for certain parts but not the full score but tags won't work in this case since I can't have two marks at the same location on a single context.

Not sure I understand the problem?

\version "2.22.2"

mus = {
  \tag #'part \once \override Score.RehearsalMark.X-offset = 8
  \mark \default
  c'
}

% Conductor
\removeWithTag #'part \mus

% Parts
{ \mus }


Best,
Jean


Reply via email to