pitchtools.MelodicCounterpointIntervalClass

Inheritance diagram of abjad.tools.pitchtools.MelodicCounterpointIntervalClass.MelodicCounterpointIntervalClass.MelodicCounterpointIntervalClass

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

New in version 2.0.

Abjad model of melodic counterpoint interval-class:

abjad> pitchtools.MelodicCounterpointIntervalClass(-9)
MelodicCounterpointIntervalClass(-2)

Melodic counterpoint interval-classes are immutable.

Read-only Properties

MelodicCounterpointIntervalClass.direction_number

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicCounterpointIntervalClass.direction_symbol

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicCounterpointIntervalClass.direction_word

Note

Inherited from pitchtools._MelodicIntervalClass

MelodicCounterpointIntervalClass.number

Note

Inherited from pitchtools._IntervalClass

Special Methods

MelodicCounterpointIntervalClass.__abs__()

Note

Inherited from pitchtools._CounterpointIntervalClass

MelodicCounterpointIntervalClass.__delattr__()

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

Note

Inherited from __builtin__.object

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

Note

Inherited from pitchtools._CounterpointIntervalClass

MelodicCounterpointIntervalClass.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicCounterpointIntervalClass.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

MelodicCounterpointIntervalClass.__hash__()

Note

Inherited from pitchtools._IntervalClass

MelodicCounterpointIntervalClass.__int__()

Note

Inherited from pitchtools._CounterpointIntervalClass

MelodicCounterpointIntervalClass.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicCounterpointIntervalClass.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from pitchtools._IntervalClass

MelodicCounterpointIntervalClass.__setattr__()

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

Note

Inherited from __builtin__.object

MelodicCounterpointIntervalClass.__str__()

Note

Inherited from pitchtools._IntervalClass

Table Of Contents

This Page