The <work-title> element

Parent element: <work>

The <work-title> element specifies the title of a work, not including its opus or other work number.

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

Hierarchy

  • WorkTitle

Implements

Constructors

Properties

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

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc