Jump to content

Chords entry - simultaneous notes

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

A chord is formed by a enclosing a set of pitches in < and >. A chord may be followed by a duration, and a set of articulations, just like simple notes

\version "2.24.0"

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

\relative c' {
  <c e g>4 <c>8
}