The <movement-title> element

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

The <movement-title> element specifies the title of a movement, not including its number.

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

Hierarchy

  • MovementTitle

Implements

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc