pitchtools.HarmonicCounterpointInterval

Inheritance diagram of abjad.tools.pitchtools.HarmonicCounterpointInterval.HarmonicCounterpointInterval.HarmonicCounterpointInterval

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

New in version 2.0.

Abjad model of harmonic counterpoint interval:

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

Harmonic counterpoint intervals are immutable.

Read-only Properties

HarmonicCounterpointInterval.cents

Note

Inherited from pitchtools._Interval

HarmonicCounterpointInterval.harmonic_counterpoint_interval_class[source]
HarmonicCounterpointInterval.interval_class

Note

Inherited from pitchtools._Interval

HarmonicCounterpointInterval.number

Note

Inherited from pitchtools._CounterpointInterval

HarmonicCounterpointInterval.semitones

Note

Inherited from pitchtools._CounterpointInterval

Special Methods

HarmonicCounterpointInterval.__abs__()

Note

Inherited from pitchtools._CounterpointInterval

HarmonicCounterpointInterval.__delattr__()

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

Note

Inherited from __builtin__.object

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

Note

Inherited from pitchtools._CounterpointInterval

HarmonicCounterpointInterval.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

HarmonicCounterpointInterval.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

HarmonicCounterpointInterval.__hash__()

Note

Inherited from pitchtools._Interval

HarmonicCounterpointInterval.__int__()

Note

Inherited from pitchtools._CounterpointInterval

HarmonicCounterpointInterval.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

HarmonicCounterpointInterval.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from pitchtools._Interval

HarmonicCounterpointInterval.__setattr__()

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

Note

Inherited from __builtin__.object

HarmonicCounterpointInterval.__str__()

Note

Inherited from pitchtools._Interval

Table Of Contents

This Page