UNPKG

satie

Version:

A sheet music renderer for the web

4 lines (3 loc) 231 B
import { PartList, PartGroup, ScorePart } from "musicxml-interfaces"; export declare function scoreParts(scoreParts: PartList): ScorePart[]; export declare function groupsForPart(scoreParts: PartList, partID: string): PartGroup[];