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: Jean Abou Samra
Subject: Re: Tags for contexts without duration
Date: Thu, 14 Apr 2022 23:43:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

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]