The <other-appearance> element

Parent element: <appearance>

The <other-appearance> element is used to define any graphical settings not yet in the current version of the MusicXML format. This allows extended representation, though without application interoperability.

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

Hierarchy

  • OtherAppearance

Implements

Constructors

Properties

schema: {
    attributes: {
        type: {
            type: "required";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "other-appearance";
} = OtherAppearance.schema

Type declaration

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

Type declaration

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

Methods

Generated using TypeDoc