LilyPondEvent¶
-
class
abjad.parser.LilyPondEvent.
LilyPondEvent
(name=None, **keywords)¶ Model of an arbitrary event in LilyPond.
Not composer-safe.
Used internally by LilyPondParser.
Attributes Summary
__repr__
Gets interpreter representation of LilyPond event. __str__
Gets string representation of LilyPond event. Special methods
-
(
AbjadObject
).__format__
(format_specification='')¶ Formats Abjad object.
Set
format_specification
to''
or'storage'
. Interprets''
equal to'storage'
.Returns string.
-
__repr__
()¶ Gets interpreter representation of LilyPond event.
Returns string.
-
__str__
()¶ Gets string representation of LilyPond event.
Returns string.
-