UNPKG

satie

Version:

A sheet music renderer for the web

4 lines (3 loc) 169 B
import { IChord } from "./private_chordUtil"; import { Time } from "musicxml-interfaces"; export declare function getBeamingPattern(time: Time, alt?: string): IChord[];