The <pedal-tuning> element

Parent element: <harp-pedals>

The <pedal-tuning> element specifies the tuning of a single harp pedal.

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

Hierarchy

  • PedalTuning

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof PedalStep;
    }, {
        type: "required";
        value: typeof PedalAlter;
    }];
    name: "pedal-tuning";
} = PedalTuning.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof PedalStep;
      }, {
          type: "required";
          value: typeof PedalAlter;
      }]
    • Readonly name: "pedal-tuning"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof PedalStep;
        }, {
            type: "required";
            value: typeof PedalAlter;
        }];
        name: "pedal-tuning";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof PedalStep;
        }, {
            type: "required";
            value: typeof PedalAlter;
        }]
      • Readonly name: "pedal-tuning"

      Methods

      Generated using TypeDoc