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                                ScaleDegreeMixinForNote
                                 |                                             |
                                 `------------+--------------------------------'
                                              |
                                       ScaleDegreeNote

class definition

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

class ScaleDegreeNote (Inheritance-free)
   feat !InChordMixinForNoteType !InScaleMixinForNoteType !PitchClassMixinType !ScaleDegreeMixinForNoteType label
   attr chords getChords getScales inChordB inScaleB isRelatedChord isRelatedScale octave pitchClass relatedChordBs relatedScaleBs scaleAccidental scaleDegree scales
end