pitchtools.HarmonicChromaticIntervalSegment

Inheritance diagram of abjad.tools.pitchtools.HarmonicChromaticIntervalSegment.HarmonicChromaticIntervalSegment.HarmonicChromaticIntervalSegment

class abjad.tools.pitchtools.HarmonicChromaticIntervalSegment.HarmonicChromaticIntervalSegment.HarmonicChromaticIntervalSegment(*args, **kwargs)[source]

New in version 2.0.

Abjad model of harmonic chromatic interval segment:

abjad> pitchtools.HarmonicChromaticIntervalSegment([10, -12, -13, -13.5])
HarmonicChromaticIntervalSegment(10, 12, 13, 13.5)

Harmonic chromatic interval segments are immutable.

Read-only Properties

HarmonicChromaticIntervalSegment.interval_classes

Note

Inherited from pitchtools._IntervalSegment

HarmonicChromaticIntervalSegment.intervals

Note

Inherited from pitchtools._IntervalSegment

Methods

HarmonicChromaticIntervalSegment.count(value) → integer -- return number of occurrences of value

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.index(value[, start[, stop]]) → integer -- return first index of value.

Raises ValueError if the value is not present.

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.rotate(n)

Note

Inherited from pitchtools._IntervalSegment

Special Methods

HarmonicChromaticIntervalSegment.__add__(arg)

Note

Inherited from pitchtools._Segment

HarmonicChromaticIntervalSegment.__contains__()

x.__contains__(y) <==> y in x

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__delattr__()

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

Note

Inherited from __builtin__.object

HarmonicChromaticIntervalSegment.__eq__()

x.__eq__(y) <==> x==y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__ge__()

x.__ge__(y) <==> x>=y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__getitem__()

x.__getitem__(y) <==> x[y]

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__getslice__(start, stop)

Note

Inherited from pitchtools._Segment

HarmonicChromaticIntervalSegment.__gt__()

x.__gt__(y) <==> x>y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__hash__() <==> hash(x)

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__iter__() <==> iter(x)

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__le__()

x.__le__(y) <==> x<=y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__len__() <==> len(x)

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__lt__()

x.__lt__(y) <==> x<y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__mul__(n)

Note

Inherited from pitchtools._Segment

HarmonicChromaticIntervalSegment.__ne__()

x.__ne__(y) <==> x!=y

Note

Inherited from __builtin__.tuple

HarmonicChromaticIntervalSegment.__repr__()

Note

Inherited from pitchtools._IntervalSegment

HarmonicChromaticIntervalSegment.__rmul__(n)

Note

Inherited from pitchtools._Segment

HarmonicChromaticIntervalSegment.__setattr__()

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

Note

Inherited from __builtin__.object

HarmonicChromaticIntervalSegment.__str__()

Note

Inherited from pitchtools._IntervalSegment

Table Of Contents

This Page