pitchtools.MelodicChromaticIntervalClassSegment

Inheritance diagram of abjad.tools.pitchtools.MelodicChromaticIntervalClassSegment.MelodicChromaticIntervalClassSegment.MelodicChromaticIntervalClassSegment

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

New in version 2.0.

Abjad model of melodic chromatic interval-class segment:

abjad> pitchtools.MelodicChromaticIntervalClassSegment([-2, -14, 3, 5.5, 6.5])
MelodicChromaticIntervalClassSegment(-2, -2, +3, +5.5, +6.5)

Melodic chromatic interval-class segments are immutable.

Read-only Properties

MelodicChromaticIntervalClassSegment.interval_class_numbers

Note

Inherited from pitchtools._IntervalClassSegment

MelodicChromaticIntervalClassSegment.interval_classes

Note

Inherited from pitchtools._IntervalClassSegment

Methods

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

Note

Inherited from __builtin__.tuple

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

Raises ValueError if the value is not present.

Note

Inherited from __builtin__.tuple

Special Methods

MelodicChromaticIntervalClassSegment.__add__(arg)

Note

Inherited from pitchtools._Segment

MelodicChromaticIntervalClassSegment.__contains__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__delattr__()

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

Note

Inherited from __builtin__.object

MelodicChromaticIntervalClassSegment.__eq__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__ge__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__getitem__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__getslice__(start, stop)

Note

Inherited from pitchtools._Segment

MelodicChromaticIntervalClassSegment.__gt__()

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

Note

Inherited from __builtin__.tuple

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

Note

Inherited from __builtin__.tuple

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__le__()

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

Note

Inherited from __builtin__.tuple

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__lt__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__mul__(n)

Note

Inherited from pitchtools._Segment

MelodicChromaticIntervalClassSegment.__ne__()

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

Note

Inherited from __builtin__.tuple

MelodicChromaticIntervalClassSegment.__repr__()

Note

Inherited from pitchtools._IntervalClassSegment

MelodicChromaticIntervalClassSegment.__rmul__(n)

Note

Inherited from pitchtools._Segment

MelodicChromaticIntervalClassSegment.__setattr__()

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

Note

Inherited from __builtin__.object

MelodicChromaticIntervalClassSegment.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page