The <movement-number> element

Parent elements: <score-partwise version="4.0">, <score-timewise>

The <movement-number> element specifies the number of a movement.

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

Hierarchy

  • MovementNumber

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "string";
    }];
    name: "movement-number";
} = MovementNumber.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "string";
      }]
    • Readonly name: "movement-number"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "string";
        }];
        name: "movement-number";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "string";
        }]
      • Readonly name: "movement-number"

      Methods

      Generated using TypeDoc