maelzel.core.score Module

Functions

show(*objs, **kws)

Packs all objects into a score and displays them as notation

Classes

Score([voices, scorestruct, title])

A Score is a list of Voices

Class Inheritance Diagram

digraph inheritancee40b0e3e8a { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"]; "MContainer" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="An interface for any class which can be a parent"]; "MObj" -> "MContainer" [arrowsize=0.5,style="setlinewidth(0.5)"]; "MObj" [URL="api/maelzel.core.mobj.MObj.html#maelzel.core.mobj.MObj",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="This is the base class for all core objects."]; "ABC" -> "MObj" [arrowsize=0.5,style="setlinewidth(0.5)"]; "Score" [URL="api/maelzel.core.score.Score.html#maelzel.core.score.Score",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="A Score is a list of Voices"]; "MContainer" -> "Score" [arrowsize=0.5,style="setlinewidth(0.5)"]; }