The <pedal-step> element

Parent element: <pedal-tuning>

The <pedal-step> element defines the pitch step for a single harp pedal.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/pedal-step/

Hierarchy

  • PedalStep

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "step";
            type: "label";
            value: {
                choices: readonly ["A", "B", "C", "D", "E", "F", "G"];
                type: "choices";
            };
        };
    }];
    name: "pedal-step";
} = PedalStep.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "step";
              type: "label";
              value: {
                  choices: readonly ["A", "B", "C", "D", "E", "F", "G"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "pedal-step"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "step";
                type: "label";
                value: {
                    choices: readonly ["A", "B", "C", "D", "E", "F", "G"];
                    type: "choices";
                };
            };
        }];
        name: "pedal-step";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "step";
                type: "label";
                value: {
                    choices: readonly ["A", "B", "C", "D", "E", "F", "G"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "pedal-step"

      Methods

      • Gets

        Returns "A" | "B" | "C" | "D" | "E" | "F" | "G"

      Generated using TypeDoc