The <stick-type> element

Parent element: <stick>

The <stick-type> element represents the shape of pictograms where the material in the stick, mallet, or beater is represented in the pictogram.

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

Hierarchy

  • StickType

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "stick-type";
            type: "label";
            value: {
                choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
                type: "choices";
            };
        };
    }];
    name: "stick-type";
} = StickType.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "stick-type";
              type: "label";
              value: {
                  choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "stick-type"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "stick-type";
                type: "label";
                value: {
                    choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
                    type: "choices";
                };
            };
        }];
        name: "stick-type";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "stick-type";
                type: "label";
                value: {
                    choices: readonly ["bass drum", "double bass drum", "glockenspiel", "gum", "hammer", "superball", "timpani", "wound", "xylophone", "yarn"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "stick-type"

      Methods

      • Gets

        Returns "bass drum" | "timpani" | "hammer" | "superball" | "double bass drum" | "glockenspiel" | "gum" | "wound" | "xylophone" | "yarn"

      • Sets

        Parameters

        • stickType: "bass drum" | "timpani" | "hammer" | "superball" | "double bass drum" | "glockenspiel" | "gum" | "wound" | "xylophone" | "yarn"

        Returns StickType

      Generated using TypeDoc