The <stick-location> element

Parent element: <percussion>

The <stick-location> element represents pictograms for the location of sticks, beaters, or mallets on cymbals, gongs, drums, and other instruments.

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

Hierarchy

  • StickLocation

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "stick-location";
            type: "label";
            value: {
                choices: readonly ["center", "cymbal bell", "cymbal edge", "rim"];
                type: "choices";
            };
        };
    }];
    name: "stick-location";
} = StickLocation.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "stick-location";
              type: "label";
              value: {
                  choices: readonly ["center", "cymbal bell", "cymbal edge", "rim"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "stick-location"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "stick-location";
                type: "label";
                value: {
                    choices: readonly ["center", "cymbal bell", "cymbal edge", "rim"];
                    type: "choices";
                };
            };
        }];
        name: "stick-location";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "stick-location";
                type: "label";
                value: {
                    choices: readonly ["center", "cymbal bell", "cymbal edge", "rim"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "stick-location"

      Methods

      • Gets

        Returns "center" | "cymbal bell" | "cymbal edge" | "rim"

      Generated using TypeDoc