UNPKG

opensheetmusicdisplay

Version:

An open source JavaScript engine for displaying MusicXML based on VexFlow.

8 lines (7 loc) 334 B
import { BoundingBox } from "./BoundingBox"; import { WavyLine } from "../VoiceData/Expressions/ContinuousExpressions/WavyLine"; import { GraphicalObject } from "./GraphicalObject"; export declare class GraphicalWavyLine extends GraphicalObject { constructor(wavyLine: WavyLine, parent: BoundingBox); getWavyLine: WavyLine; }