pitchtools.MelodicCounterpointInterval

Inheritance diagram of abjad.tools.pitchtools.MelodicCounterpointInterval.MelodicCounterpointInterval.MelodicCounterpointInterval

class abjad.tools.pitchtools.MelodicCounterpointInterval.MelodicCounterpointInterval.MelodicCounterpointInterval(number)[source]

New in version 2.0.

Abjad model of melodic counterpoint interval:

abjad> pitchtools.MelodicCounterpointInterval(-9)
MelodicCounterpointInterval(-9)

Melodic counterpoint intervals are immutable.

Read-only Properties

MelodicCounterpointInterval.cents

Note

Inherited from pitchtools._Interval

MelodicCounterpointInterval.direction_number[source]
MelodicCounterpointInterval.direction_string

Note

Inherited from pitchtools._MelodicInterval

MelodicCounterpointInterval.interval_class

Note

Inherited from pitchtools._Interval

MelodicCounterpointInterval.melodic_counterpoint_interval_class[source]
MelodicCounterpointInterval.number

Note

Inherited from pitchtools._CounterpointInterval

MelodicCounterpointInterval.semitones

Note

Inherited from pitchtools._CounterpointInterval

Special Methods

MelodicCounterpointInterval.__abs__()

Note

Inherited from pitchtools._CounterpointInterval

MelodicCounterpointInterval.__delattr__()

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

Note

Inherited from __builtin__.object

MelodicCounterpointInterval.__eq__(arg)

Note

Inherited from pitchtools._MelodicInterval

MelodicCounterpointInterval.__float__()

Note

Inherited from pitchtools._CounterpointInterval

MelodicCounterpointInterval.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicCounterpointInterval.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

MelodicCounterpointInterval.__hash__()

Note

Inherited from pitchtools._Interval

MelodicCounterpointInterval.__int__()

Note

Inherited from pitchtools._CounterpointInterval

MelodicCounterpointInterval.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicCounterpointInterval.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MelodicCounterpointInterval.__ne__(arg)

Note

Inherited from pitchtools._MelodicInterval

MelodicCounterpointInterval.__neg__()

Note

Inherited from pitchtools._MelodicInterval

MelodicCounterpointInterval.__repr__()

Note

Inherited from pitchtools._Interval

MelodicCounterpointInterval.__setattr__()

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

Note

Inherited from __builtin__.object

MelodicCounterpointInterval.__str__()[source]

Table Of Contents

This Page