<xs:attributeGroup name="bend-sound">
<xs:annotation>
<xs:documentation>The bend-sound entity is used for bend and slide elements, and is similar to the trill-sound. Here the beats element refers to the number of discrete elements (like MIDI pitch bends) used to represent a continuous bend or slide. The first-beat indicates the percentage of the direction for starting a bend; the last-beat the percentage for ending it. The default choices are: accelerate = "no" beats = "4" (minimum of "2") first-beat = "25" last-beat = "75"</xs:documentation>
</xs:annotation>
<xs:attribute name="accelerate" type="yes-no"/>
<xs:attribute name="beats" type="non-negative-decimal"/>
<xs:attribute name="first-beat" type="percent"/>
<xs:attribute name="last-beat" type="percent"/>
</xs:attributeGroup> |