You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: pedal-tuning

Complex Type: pedal-tuning

Description

The pedal-tuning type specifies the tuning of a single harp pedal.

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Default  Description 
  1..1 
pedal-step  step  1..1 

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

pedal-alter  semitones  1..1 

The pedal-alter element defines the chromatic alteration for a single harp pedal.

Referenced By
Definition
<xs:complexType name="pedal-tuning">
  <xs:annotation>
    <xs:documentation>The pedal-tuning type specifies the tuning of a single harp pedal.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="pedal-step" type="step">
      <xs:annotation>
        <xs:documentation>The pedal-step element defines the pitch step for a single harp pedal.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="pedal-alter" type="semitones">
      <xs:annotation>
        <xs:documentation>The pedal-alter element defines the chromatic alteration for a single harp pedal.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301