New in version 2.0.
Column in a pitch array:
abjad> from abjad.tools import pitcharraytools
abjad> array = pitcharraytools.PitchArray([
... [1, (2, 1), (-1.5, 2)],
... [(7, 2), (6, 1), 1]])
abjad> print array
[ ] [d'] [bqf ]
[g' ] [fs'] [ ]
abjad> array.columns[0]
PitchArrayColumn(x1, g' x2)
abjad> print array.columns[0]
[ ]
[g' ]
Return pitch array column.
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception
Note
Inherited from abctools.AbjadObject
Note
Inherited from __builtin__.object
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
Abjad objects by default do not implement this method.
Raise exception.
Note
Inherited from abctools.AbjadObject
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object