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                                EnharmonicSpellingMixinForNote
                                 |                                                |
                                 `---------------+--------------------------------'
                                                 |
                                           EnharmonicNote

class definition

[concrete class] The class EnharmonicNote extends the class Note (HS.score.note) by a representation for an enharmonic notation. This extension is defined by the mixin class EnharmonicSpellingMixinForNote. See its documentation for details.

class EnharmonicNote (Inheritance-free)
   feat !EnharmonicSpellingMixinForNoteType !InChordMixinForNoteType !InScaleMixinForNoteType !PitchClassMixinType label
   attr cMajorAccidental cMajorDegree chords getChords getScales inChordB inScaleB isRelatedChord isRelatedScale octave pitchClass relatedChordBs relatedScaleBs scales
end