SourceForge.net Logo

2.5. Chords

A chord is just the list of notes that form the chord:

[24]Chord::= (chord Note* )  

Example:

(chord (n c4 q)(n e4 q)(n g4 q))    C major chord
(chord nc4q ne ng)                  abbreviated