New in version 2.0.
Abjad model of melodic chromatic interval:
abjad> pitchtools.MelodicChromaticInterval(-14)
MelodicChromaticInterval(-14)
Melodic chromatic intervals are immutable.
Note
Inherited from pitchtools._Interval
Read-only chromatic interval number:
abjad> pitchtools.MelodicChromaticInterval(-14).chromatic_interval_number
-14
Return integer or float.
Read-only numeric sign:
abjad> pitchtools.MelodicChromaticInterval(-14).direction_number
-1
Return integer.
Note
Inherited from pitchtools._MelodicInterval
Read-only harmonic chromatic interval:
abjad> pitchtools.MelodicChromaticInterval(-14).harmonic_chromatic_interval
HarmonicChromaticInterval(14)
Return harmonic chromatic interval.
Note
Inherited from pitchtools._Interval
Read-only melodic chromatic interval-class:
abjad> pitchtools.MelodicChromaticInterval(-14).melodic_chromatic_interval_class
MelodicChromaticIntervalClass(-2)
Return melodic chromatic interval-class.
Note
Inherited from pitchtools._ChromaticInterval
Note
Inherited from pitchtools._ChromaticInterval
Note
Inherited from pitchtools._ChromaticInterval
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from pitchtools._ChromaticInterval
Note
Inherited from pitchtools._ChromaticInterval
Note
Inherited from pitchtools._ChromaticInterval
Note
Inherited from pitchtools._ChromaticInterval
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from pitchtools._ChromaticInterval