mei:mei_att.pianopedals.attribute.pedal.style

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
pedal.style restriction of xs:token optional
Determines whether piano pedal marks should be rendered as lines or as
terms.

Used By

Source

<xs:attributeGroup name="mei_att.pianopedals.attribute.pedal.style">
  <xs:attribute name="pedal.style">
    <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>
</xs:attributeGroup>