@stringsync/vexml
Version:
MusicXML to Vexflow
11 lines (10 loc) • 331 B
TypeScript
import { NamedElement } from '../util';
/**
* The `<inverted-turn>` element has the shape which goes down and then up.
*
* See https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/inverted-turn/
*/
export declare class InvertedTurn {
private element;
constructor(element: NamedElement<'inverted-turn'>);
}