UNPKG

vexflow

Version:

A JavaScript library for rendering music notation and guitar tablature.

8 lines (7 loc) 262 B
import { Stave, StaveOptions } from './stave'; export declare class TabStave extends Stave { static get CATEGORY(): string; constructor(x: number, y: number, width: number, options?: StaveOptions); getYForGlyphs(): number; addTabGlyph(): this; }