Index
HarmonisedScore
DB
HS_Score
Rules
DBs
HS_Distro
HS_Out
HS
Schoenberg
Default
Jazz
Partch
Johnston
Harrison
Chalmers
Catler
ArithmeticalSeriesChords

inheritance tree

 Score.note PitchClassMixin InChordMixinForNote ChordDegreeMixinForNote
     |             |                 |                     |
     `-------------`----------------+'---------------------'
                                    |
                                ChordNote

class definition

[concrete class] Note class extended by chord-related mixins (in contrast to ChordDegreeNote, it does not inherit from InScaleMixinForNote).

class ChordNote (Inheritance-free)
   feat !ChordDegreeMixinForNoteType !InChordMixinForNoteType !PitchClassMixinType
   attr chordAccidental chordDegree chords getChords inChordB isRelatedChord octave pitchClass relatedChordBs
end