The <other-percussion> element

Parent element: <percussion>

The <other-percussion> element represents percussion pictograms not defined elsewhere.

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

Hierarchy

  • OtherPercussion

Implements

Constructors

Properties

schema: {
    attributes: {
        smufl: {
            type: "optional";
            value: {
                type: "string";
            };
        };
    };
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "other-percussion";
} = OtherPercussion.schema

Type declaration

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

Type declaration

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

Methods

Generated using TypeDoc