Hiding notes

Revision as of 22:41, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In the following examples, some notes are hidden: although they are made transparent, they still take vertical and horizontal space.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=418


\relative c'' {
  c4 d
  \hideNotes
  e  f
  \unHideNotes
  g  a
  \once\hideNotes
  b
  c
}