Arpeggio bracket

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

In a score where you've printed many chords with \arpeggio signs, you may want to tell the player that one particular chord must not be arpeggiated. This can be done quite easily by adding a square bracket instead of the arpeggio sign.

\version "2.24.0"

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

\relative c'' {
  \arpeggioBracket
  <fis, d a>\arpeggio
}