pitchtools.HarmonicChromaticIntervalClass

Inheritance diagram of abjad.tools.pitchtools.HarmonicChromaticIntervalClass.HarmonicChromaticIntervalClass.HarmonicChromaticIntervalClass

class abjad.tools.pitchtools.HarmonicChromaticIntervalClass.HarmonicChromaticIntervalClass.HarmonicChromaticIntervalClass(token)[source]

New in version 2.0.

Abjad model of harmonic chromatic interval-class:

abjad> pitchtools.HarmonicChromaticIntervalClass(-14)
HarmonicChromaticIntervalClass(2)

Harmonic chromatic interval-classes are immutable.

Read-only Properties

HarmonicChromaticIntervalClass.number

Note

Inherited from pitchtools._IntervalClass

Special Methods

HarmonicChromaticIntervalClass.__abs__()

Note

Inherited from pitchtools._ChromaticIntervalClass

HarmonicChromaticIntervalClass.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

HarmonicChromaticIntervalClass.__eq__(arg)[source]
HarmonicChromaticIntervalClass.__float__()

Note

Inherited from pitchtools._ChromaticIntervalClass

HarmonicChromaticIntervalClass.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

HarmonicChromaticIntervalClass.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

HarmonicChromaticIntervalClass.__hash__()

Note

Inherited from pitchtools._IntervalClass

HarmonicChromaticIntervalClass.__int__()

Note

Inherited from pitchtools._ChromaticIntervalClass

HarmonicChromaticIntervalClass.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

HarmonicChromaticIntervalClass.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

HarmonicChromaticIntervalClass.__ne__(arg)[source]
HarmonicChromaticIntervalClass.__repr__()

Note

Inherited from pitchtools._IntervalClass

HarmonicChromaticIntervalClass.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

HarmonicChromaticIntervalClass.__str__()

Note

Inherited from pitchtools._IntervalClass

Table Of Contents

This Page