New in version 2.0.
Abjad model of Scheme vector:
abjad> schemetools.SchemeVector(True, True, False)
SchemeVector((True, True, False))
Scheme vectors and Scheme vector constants differ in only their LilyPond input format.
Scheme vectors are immutable.
Hash-mark-prepended format of Scheme:
abjad> from abjad.tools.schemetools import Scheme
abjad> Scheme(True).format
'##t'
Returns string.
Note
Inherited from schemetools.Scheme
x.__delattr__(‘name’) <==> del x.name
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme
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
True when id(self) does not equal id(arg).
Return boolean.
Note
Inherited from abctools.AbjadObject
Note
Inherited from schemetools.Scheme
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme