contributions¶
Classes
LilyPond format contributions. |
- class abjad.contributions.ContributionsBySite(absolute_after=<factory>, absolute_before=<factory>, before=<factory>, after=<factory>, opening=<factory>, closing=<factory>, context_settings=<factory>, grob_overrides=<factory>, grob_reverts=<factory>)[source]¶
LilyPond format contributions.
Attributes Summary
Return self==value.
Return repr(self).
Sorts each site.
Tags contributions with
tag
.Updates contributions with
contributions
.Special methods
- overridden __eq__(other)¶
Return self==value.
- overridden __repr__()¶
Return repr(self).
Methods
Class & static methods
Enumerations
Contribution sites. |
|
Contribution types. |
- class abjad.contributions.Sites(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Contribution sites.
Special methods
-
classmethod (
EnumType
).__contains__(member)¶ Return True if member is a member of this enum raises TypeError if member is not an enum member
note: in 3.12 TypeError will no longer be raised, and True will also be returned if member is the value of a member in this enum
-
classmethod (
EnumType
).__getitem__(name)¶ Return the member matching name.
-
classmethod (
EnumType
).__iter__()¶ Return members in definition order.
-
classmethod (
EnumType
).__len__()¶ Return the number of members (no aliases)
- ABSOLUTE_AFTER = 9¶
- ABSOLUTE_BEFORE = 1¶
- AFTER = 8¶
- BEFORE = 2¶
- CLOSE_BRACKETS = 7¶
- CLOSING = 6¶
- CONTENTS = 5¶
- OPENING = 4¶
- OPEN_BRACKETS = 3¶
-
classmethod (
- class abjad.contributions.Types(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
Contribution types.
Special methods
-
classmethod (
EnumType
).__contains__(member)¶ Return True if member is a member of this enum raises TypeError if member is not an enum member
note: in 3.12 TypeError will no longer be raised, and True will also be returned if member is the value of a member in this enum
-
classmethod (
EnumType
).__getitem__(name)¶ Return the member matching name.
-
classmethod (
EnumType
).__iter__()¶ Return members in definition order.
-
classmethod (
EnumType
).__len__()¶ Return the number of members (no aliases)
- ARTICULATIONS = 1¶
- COMMANDS = 2¶
- CONTEXT_SETTINGS = 3¶
- GROB_OVERRIDES = 4¶
- GROB_REVERTS = 5¶
- LEAK = 6¶
- LEAKS = 7¶
- MARKUP = 8¶
- PITCHED_TRILL = 9¶
- SPANNER_STARTS = 10¶
- SPANNER_STOPS = 11¶
- START_BEAM = 12¶
- STEM_TREMOLOS = 13¶
- STOP_BEAM = 14¶
- TRILL_SPANNER_STARTS = 15¶
- VOICE_NUMBER = 16¶
-
classmethod (