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
     |             |
     `--------+----'
              |
            Note2           InChordMixinForNote InScaleMixinForNote
              |                      |                   |
              `------------------+---'-------------------'
                                 |
                                Note                                ChordDegreeMixinForNote
                                 |                                             |
                                 `------------+--------------------------------'
                                              |
                                       ChordDegreeNote

class definition

[concrete class] The class ChordDegreeNote extends the class Note (HS.score.note) by a representation for its chord degree. This extension is defined by the mixin class ChordDegreeMixinForNote. See its documentation for details.

class ChordDegreeNote (Inheritance-free)
   feat !ChordDegreeMixinForNoteType !InChordMixinForNoteType !InScaleMixinForNoteType !PitchClassMixinType label
   attr chordAccidental chordDegree chords getChords getScales inChordB inScaleB isRelatedChord isRelatedScale octave pitchClass relatedChordBs relatedScaleBs scales
end