Putting parentheses around non-note objects

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)

Various objects may be parenthesized as well as notes: in this example, the articulation mark is printed between parentheses.

\version "2.24.0"

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

\relative c' {
  < c d g >2-\parenthesize -. 
  \once \override Parentheses.font-size = #0
  c-\parenthesize \trill
}