Jump to content

Chords entry - simultaneous notes

From LilyPond wiki

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
}