Properties
Optional
accidental
accidental?: Record<string, number>
Optional
articulation
articulation?: Record<string, Record<string, number>>
Optional
digits
digits?: Record<string, number>
glyphs
glyphs: Record<string, {
point?: number;
scale?: number;
shiftX?: number;
shiftY?: number;
[key: string]: {
point?: number;
scale?: number;
shiftX?: number;
shiftY?: number;
} | number | undefined;
}>
Optional
pedalMarking
pedalMarking?: Record<string, Record<string, number>>
Optional
stave
stave?: Record<string, number>
Optional
tremolo
tremolo?: Record<string, Record<string, number>>
Specified in the
xxx_metrics.ts
files.