UNPKG

@stringsync/vexml

Version:

MusicXML to Vexflow

11 lines (10 loc) 280 B
import { NamedElement } from '../util'; /** * The `<heel>` element is used with organ pedals. * * See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/heel/ */ export declare class Heel { private element; constructor(element: NamedElement<'heel'>); }