New in version 2.0.
Abjad model of inversion-equivalent chromatic interval-class segment:
abjad> pitchtools.InversionEquivalentChromaticIntervalClassSegment([2, 1, 0, 5.5, 6])
InversionEquivalentChromaticIntervalClassSegment(2, 1, 0, 5.5, 6)
Inversion-equivalent chromatic interval-class segments are immutable.
Note
Inherited from pitchtools._IntervalClassSegment
Note
Inherited from pitchtools._IntervalClassSegment
Note
Inherited from __builtin__.tuple
Raises ValueError if the value is not present.
Note
Inherited from __builtin__.tuple
Note
Inherited from pitchtools._Segment
x.__contains__(y) <==> y in x
Note
Inherited from __builtin__.tuple
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
x.__eq__(y) <==> x==y
Note
Inherited from __builtin__.tuple
x.__ge__(y) <==> x>=y
Note
Inherited from __builtin__.tuple
x.__getitem__(y) <==> x[y]
Note
Inherited from __builtin__.tuple
Note
Inherited from pitchtools._Segment
x.__gt__(y) <==> x>y
Note
Inherited from __builtin__.tuple
Note
Inherited from __builtin__.tuple
Note
Inherited from __builtin__.tuple
x.__le__(y) <==> x<=y
Note
Inherited from __builtin__.tuple
Note
Inherited from __builtin__.tuple
x.__lt__(y) <==> x<y
Note
Inherited from __builtin__.tuple
Note
Inherited from pitchtools._Segment
x.__ne__(y) <==> x!=y
Note
Inherited from __builtin__.tuple
Note
Inherited from pitchtools._Segment
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from __builtin__.object