The <figure> element

Parent 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/

Hierarchy

  • Figure

Implements

Constructors

Properties

attributes: FigureAttributes
contents: FigureContents
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"
    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";
    } = ...

    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"

      Methods

      Generated using TypeDoc