UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

7 lines (6 loc) 269 B
import { GlyphNote, GlyphNoteOptions } from './glyphnote'; import { NoteStruct } from './note'; export declare class RepeatNote extends GlyphNote { static get CATEGORY(): string; constructor(type: string, noteStruct?: NoteStruct, options?: GlyphNoteOptions); }