The <semi-pitched> element

Parent element: <play>

The <semi-pitched> element represents categories of indefinite pitch for percussion instruments.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/semi-pitched/

Hierarchy

  • SemiPitched

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "semi-pitched";
            type: "label";
            value: {
                choices: readonly ["high", "low", "medium", "medium-high", "medium-low", "very-low"];
                type: "choices";
            };
        };
    }];
    name: "semi-pitched";
} = SemiPitched.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "semi-pitched";
              type: "label";
              value: {
                  choices: readonly ["high", "low", "medium", "medium-high", "medium-low", "very-low"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "semi-pitched"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "semi-pitched";
                type: "label";
                value: {
                    choices: readonly ["high", "low", "medium", "medium-high", "medium-low", "very-low"];
                    type: "choices";
                };
            };
        }];
        name: "semi-pitched";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "semi-pitched";
                type: "label";
                value: {
                    choices: readonly ["high", "low", "medium", "medium-high", "medium-low", "very-low"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "semi-pitched"

      Methods

      • Gets

        Returns "medium" | "high" | "low" | "medium-high" | "medium-low" | "very-low"

      Generated using TypeDoc