consort¶

A port of a variety of tools from Josiah Wolf Oberholtzer’s Consort to Abjad 3.1.

digraph InheritanceGraph { graph [bgcolor=transparent, color=lightsteelblue2, fontname=Arial, fontsize=10, outputorder=edgesfirst, overlap=prism, penwidth=2, rankdir=LR, splines=spline, style="dashed, rounded", truecolor=true ]; node [colorscheme=pastel19, fontname=Arial, fontsize=10, height=0, penwidth=2, shape=box, style="filled, rounded", width=0 ]; edge [color=lightslategrey, penwidth=1 ]; subgraph cluster_builtins { graph [label=builtins]; node [color=1]; "builtins.object" [URL="https://docs.python.org/3.7/library/functions.html#object", color=1, label=object, target=_top]; } subgraph "cluster_evans.consort" { graph [label="evans.consort"]; node [color=2]; "evans.consort.AbjadObject.AbjadObject" [URL="../api/evans/consort/AbjadObject.html#evans.consort.AbjadObject.AbjadObject", color=black, fontcolor=white, label="Abjad\nObject", target=_top]; "evans.consort.AbjadValueObject.AbjadValueObject" [URL="../api/evans/consort/AbjadValueObject.html#evans.consort.AbjadValueObject.AbjadValueObject", color=black, fontcolor=white, label="Abjad\nValue\nObject", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.AbjadValueObject.AbjadValueObject" [minlen=1]; "evans.consort.LogicalTieCollection.LogicalTieCollection" [URL="../api/evans/consort/LogicalTieCollection.html#evans.consort.LogicalTieCollection.LogicalTieCollection", color=black, fontcolor=white, label="Logical\nTie\nCollection", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.LogicalTieCollection.LogicalTieCollection" [minlen=2]; "evans.consort.RatioPartsExpression.RatioPartsExpression" [URL="../api/evans/consort/RatioPartsExpression.html#evans.consort.RatioPartsExpression.RatioPartsExpression", color=black, fontcolor=white, label="Ratio\nParts\nExpression", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.RatioPartsExpression.RatioPartsExpression" [minlen=1]; "evans.consort.TimespanCollection.TimespanCollection" [URL="../api/evans/consort/TimespanCollection.html#evans.consort.TimespanCollection.TimespanCollection", color=black, fontcolor=white, label="Timespan\nCollection", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.TimespanCollection.TimespanCollection" [minlen=2]; "evans.consort.TimespanCollectionNode.TimespanCollectionNode" [URL="../api/evans/consort/TimespanCollectionNode.html#evans.consort.TimespanCollectionNode.TimespanCollectionNode", color=black, fontcolor=white, label="Timespan\nCollection\nNode", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.TimespanCollectionNode.TimespanCollectionNode" [minlen=1]; "evans.consort.TimespanSimultaneity.TimespanSimultaneity" [URL="../api/evans/consort/TimespanSimultaneity.html#evans.consort.TimespanSimultaneity.TimespanSimultaneity", color=black, fontcolor=white, label="Timespan\nSimultaneity", target=_top]; "evans.consort.AbjadObject.AbjadObject" -> "evans.consort.TimespanSimultaneity.TimespanSimultaneity" [minlen=2]; } "builtins.object" -> "evans.consort.AbjadObject.AbjadObject" [minlen=1]; }


Classes

AbjadObject

AbjadValueObject

Abstract base class for classes which compare equally based on their storage format.

LogicalTieCollection

A mutable always-sorted collection of logical_ties.

RatioPartsExpression

Ratio parts expression.

TimespanCollection

A mutable always-sorted collection of timespans.

TimespanCollectionNode

A node in a timespan collection.

TimespanSimultaneity

A simultaneity of timespans in a timespan collection.


Functions

iterate_nwise

rotate