The <numeral> element

Parent element: <harmony>

The <numeral> element represents the Roman numeral or Nashville number part of a harmony. It requires that the key be specified in the encoding, either with a <key> or <numeral-key> element.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/numeral/

Hierarchy

  • Numeral

Implements

Constructors

Properties

attributes: NumeralAttributes
contents: NumeralContents
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof NumeralRoot;
    }, {
        type: "optional";
        value: typeof NumeralAlter;
    }, {
        type: "optional";
        value: typeof NumeralKey;
    }];
    name: "numeral";
} = Numeral.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof NumeralRoot;
      }, {
          type: "optional";
          value: typeof NumeralAlter;
      }, {
          type: "optional";
          value: typeof NumeralKey;
      }]
    • Readonly name: "numeral"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof NumeralRoot;
        }, {
            type: "optional";
            value: typeof NumeralAlter;
        }, {
            type: "optional";
            value: typeof NumeralKey;
        }];
        name: "numeral";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof NumeralRoot;
        }, {
            type: "optional";
            value: typeof NumeralAlter;
        }, {
            type: "optional";
            value: typeof NumeralKey;
        }]
      • Readonly name: "numeral"

      Methods

      Generated using TypeDoc