scamp_extensions.engraving package

Subpackage containing engraving-related extensions.

Modules:

scamp_extensions.engraving.note_graph

Module containing the PartNoteGraph class, which makes it possible to draw the notes of a PerformancePart to an SVG file.

Public-Facing API (result of import *):

PartNoteGraph(performance_part, ...)

Class that takes a performance part and a bunch of drawing/visualization settings, and can render to a class:svgDraw.Drawing.