pitchtools.MelodicChromaticIntervalClass

Inheritance diagram of abjad.tools.pitchtools.MelodicChromaticIntervalClass.MelodicChromaticIntervalClass.MelodicChromaticIntervalClass

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

New in version 2.0.

Abjad model of melodic chromatic interval-class:

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

Melodic chromatic interval-classes are immutable.

Read-only Properties

MelodicChromaticIntervalClass.direction_number

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicChromaticIntervalClass.direction_symbol

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicChromaticIntervalClass.direction_word

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicChromaticIntervalClass.number

Note

Inherited from pitchtools._IntervalClass

Special Methods

MelodicChromaticIntervalClass.__abs__()

Note

Inherited from pitchtools._ChromaticIntervalClass

MelodicChromaticIntervalClass.__delattr__()

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

Note

Inherited from __builtin__.object

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

Note

Inherited from pitchtools._ChromaticIntervalClass

MelodicChromaticIntervalClass.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicChromaticIntervalClass.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

MelodicChromaticIntervalClass.__hash__()

Note

Inherited from pitchtools._IntervalClass

MelodicChromaticIntervalClass.__int__()

Note

Inherited from pitchtools._ChromaticIntervalClass

MelodicChromaticIntervalClass.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicChromaticIntervalClass.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from pitchtools._IntervalClass

MelodicChromaticIntervalClass.__setattr__()

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

Note

Inherited from __builtin__.object

MelodicChromaticIntervalClass.__str__()

Note

Inherited from pitchtools._IntervalClass

Table Of Contents

This Page