Hi Kieren,

Am 12.02.26 um 16:45 schrieb Kieren MacMillan:
%%%
\version "2.25.33"

music_only = \relative c'' {
   c4 4 4 d4
}

hider = {
   s4 \hideNotes s2 \unHideNotes
}

\score {
   << \music_only \hider >>
}

Try:

 \score {
  << \music_only \context Bottom \hider >>
}

But I'm afraid the result won't be pleasing as soon as \music_only consists of more than one Voice ...

Lukas


Reply via email to