New in version 2.0.
Abjad model of a numbered chromatic pitch:
abjad> pitchtools.NumberedChromaticPitch(13)
NumberedChromaticPitch(13)
Numbered chromatic pitches are immutable.
Read-only chromatic pitch-class number:
abjad> pitchtools.NumberedChromaticPitch(13).chromatic_pitch_number
13
Return integer or float.
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Initialize new object from arg and evaluate comparison attributes.
Return boolean.
Note
Inherited from abctools.AttributeEqualityAbjadObject
Initialize new object from arg and evaluate comparison attributes.
Return boolean.
Note
Inherited from abctools.SortableAttributeEqualityAbjadObject
Initialize new object from arg and evaluate comparison attributes.
Return boolean.
Note
Inherited from abctools.SortableAttributeEqualityAbjadObject
Initialize new object from arg and evaluate comparison attributes.
Return boolean.
Note
Inherited from abctools.SortableAttributeEqualityAbjadObject
Initialize new object from arg and evaluate comparison attributes.
Return boolean.
Note
Inherited from abctools.SortableAttributeEqualityAbjadObject
Note
Inherited from pitchtools._Pitch
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object