Oh wow I can't believe I missed this use of tags. I was trying to use the bracket syntax. Thanks Jean!
On Fri, Apr 15, 2022 at 12:43 AM Jean Abou Samra <j...@abou-samra.fr> wrote: > 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 > >