rmakersΒΆ

Rhythm-makers.

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_abjadext.rmakers.classes" { graph [label="abjadext.rmakers.classes"]; node [color=1]; "abjadext.rmakers.classes.Incise" [URL="../api/abjadext/rmakers/classes.html#abjadext.rmakers.classes.Incise", label=Incise, target=_top]; "abjadext.rmakers.classes.Interpolation" [URL="../api/abjadext/rmakers/classes.html#abjadext.rmakers.classes.Interpolation", label=Interpolation, target=_top]; "abjadext.rmakers.classes.Spelling" [URL="../api/abjadext/rmakers/classes.html#abjadext.rmakers.classes.Spelling", label=Spelling, target=_top]; "abjadext.rmakers.classes.Talea" [URL="../api/abjadext/rmakers/classes.html#abjadext.rmakers.classes.Talea", label=Talea, target=_top]; } subgraph cluster_builtins { graph [label=builtins]; node [color=2]; "builtins.object" [URL="https://docs.python.org/3.10/library/functions.html#object", label=object, target=_top]; } "builtins.object" -> "abjadext.rmakers.classes.Incise" [minlen=1]; "builtins.object" -> "abjadext.rmakers.classes.Interpolation" [minlen=2]; "builtins.object" -> "abjadext.rmakers.classes.Spelling" [minlen=1]; "builtins.object" -> "abjadext.rmakers.classes.Talea" [minlen=2]; }


Subpackages

classes

The rmakers classes.

functions

The rmakers functions.

makers

Makers.

state

Examples that show how to work with rmakers in a statal way.