New in version 2.0.
Abjad model of harmonic diatonic interval segment:
abjad> pitchtools.HarmonicDiatonicIntervalSegment('m2 M9 m3 M3')
HarmonicDiatonicIntervalSegment('m2 M9 m3 M3')
Harmonic diatonic interval segments are immutable.
Note
Inherited from pitchtools._IntervalSegment
Note
Inherited from pitchtools._IntervalSegment
Note
Inherited from __builtin__.tuple
Raises ValueError if the value is not present.
Note
Inherited from __builtin__.tuple
Note
Inherited from pitchtools._IntervalSegment
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 pitchtools._IntervalSegment