Readonly
schema
schema: { attributes: {}; contents: readonly [{ type: "optional"; value: typeof Prefix; }, { type: "optional"; value: typeof FigureNumber; }, { type: "optional"; value: typeof Suffix; }, { type: "optional"; value: typeof Extend; }, { type: "optional"; value: typeof Footnote; }, { type: "optional"; value: typeof Level; }]; name: "figure"; } = Figure.schema Type declaration
Readonly
attributes: {}
Readonly
contents: readonly [{
type: "optional";
value: typeof Prefix;
}, {
type: "optional";
value: typeof FigureNumber;
}, {
type: "optional";
value: typeof Suffix;
}, {
type: "optional";
value: typeof Extend;
}, {
type: "optional";
value: typeof Footnote;
}, {
type: "optional";
value: typeof Level;
}]
Readonly
name: "figure"
The
<figure>
elementParent element:
<figured-bass>
The
<figure>
element represents a single figure within a<figured-bass>
element.https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/figure/