schemetools.SchemeVectorConstant

Inheritance diagram of abjad.tools.schemetools.SchemeVectorConstant.SchemeVectorConstant.SchemeVectorConstant

class abjad.tools.schemetools.SchemeVectorConstant.SchemeVectorConstant.SchemeVectorConstant(*args)[source]

New in version 2.0.

Abjad model of Scheme vector constant:

abjad> schemetools.SchemeVectorConstant(True, True, False)
SchemeVectorConstant((True, True, False))

Scheme vectors and Scheme vector constants differ in only their LilyPond input format.

Scheme vector constants are immutable.

Read-only Properties

SchemeVectorConstant.format

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

Special Methods

SchemeVectorConstant.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

SchemeVectorConstant.__eq__(other)

Note

Inherited from schemetools.Scheme

SchemeVectorConstant.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

SchemeVectorConstant.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

SchemeVectorConstant.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

SchemeVectorConstant.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

SchemeVectorConstant.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

SchemeVectorConstant.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

SchemeVectorConstant.__repr__()

Note

Inherited from schemetools.Scheme

SchemeVectorConstant.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

SchemeVectorConstant.__str__()

Note

Inherited from schemetools.Scheme

Table Of Contents

This Page