form

Determines whether piano pedal marks should be rendered as lines or as
terms.

Attribute Information

Used By

Source

<xs:attribute name="form">
  <xs:annotation>
    <xs:documentation>Determines whether piano pedal marks should be rendered as lines or as terms.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="line">
        <xs:annotation>
          <xs:documentation>Continuous line with start and end positions rendered by vertical bars and bounces shown by upward-pointing "blips".</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="pedstar">
        <xs:annotation>
          <xs:documentation>Pedal down and half pedal rendered with "Ped.", pedal up rendered by "*", pedal "bounce" rendered with "* Ped.".</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="altpedstar">
        <xs:annotation>
          <xs:documentation>Pedal up and down indications same as with "pedstar", but bounce is rendered with "Ped." only.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample