UNPKG

webdaw-modules

Version:

a set of modules for building a web-based DAW

7 lines (6 loc) 287 B
import { OpenSheetMusicDisplay } from "opensheetmusicdisplay"; import { BoundingBoxMeasure } from "../types"; /** * combines per measure the bounding boxes of all staves */ export declare const getMusicSystemMeasureBoundingBoxes: (osmd: OpenSheetMusicDisplay) => BoundingBoxMeasure[];