On Tue, Jul 7, 2026 at 12:25 AM Michael Scheer <[email protected]> wrote:

> Hi,
>
> > To me, that seems like both overkill and future-fragile (requiring extra
> > effort to maintain).
>
> May I ask you for your opinion on the following simple functions?
>

Those functions seem to work well, but it seems like you're reinventing the
\tag.  What about this?

%%%
\version "2.26.0"

musicA = { c4 d e f | \tag #'score { \textMark "Yo" } g a d c }

\score {
  \keepWithTag #'score
  \new Staff \musicA
}

\score {
  \keepWithTag #'part
  \new Staff \musicA
}
%%%

--
Knute Snortum

Reply via email to