lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tags for contexts without duration


From: Dimitris Marinakis
Subject: Re: Tags for contexts without duration
Date: Fri, 15 Apr 2022 12:09:20 +0300

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 <jean@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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]