Abjad model of LilyPond moment:
abjad> schemetools.SchemeMoment(1, 68)
SchemeMoment(1, 68)
Initialize scheme moments with a single fraction, two integers or another scheme moment.
Scheme moments are immutable.
Duration of scheme moment:
abjad> scheme_moment = schemetools.SchemeMoment(1, 68)
abjad> scheme_moment.duration
Fraction(1, 68)
Return duration.
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 __builtin__.object
x.__setattr__(‘name’, value) <==> x.name = value
Note
Inherited from __builtin__.object
Note
Inherited from schemetools.Scheme