The <credit-type> element

Parent element: <credit>

The <credit-type> element indicates the purpose behind a credit. Multiple types of data may be combined in a single credit, so multiple elements may be used. Standard values include:

  • page number
  • title
  • subtitle
  • composer
  • arranger
  • lyricist
  • rights
  • part name

Other values may also be used.

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

Hierarchy

  • CreditType

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "credit-type";
} = CreditType.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "credit-type"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "credit-type";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "credit-type"

      Methods

      Generated using TypeDoc