The <instrument-abbreviation> element

Parent element: <score-instrument>

The <instrument-abbreviation> element is typically used within a software application, rather than appearing on the printed page of a score.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/instrument-abbreviation/

Hierarchy

  • InstrumentAbbreviation

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "instrument-abbreviation";
} = InstrumentAbbreviation.schema

Type declaration

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

    Type declaration

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

      Methods

      Generated using TypeDoc