wedge

The wedge type represents crescendo and diminuendo wedge symbols. The type attribute is crescendo for the start of a wedge that is closed at the left side, and diminuendo for the start of a wedge that is closed on the right side. Spread values are measured in tenths; those at the start of a crescendo wedge or end of a diminuendo wedge are ignored.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
default-x tenths optional
default-y tenths optional
number number-level optional
relative-x tenths optional
relative-y tenths optional
spread tenths optional
type wedge-type required

Used By

Source

<xs:complexType name="wedge">
  <xs:annotation>
    <xs:documentation>The wedge type represents crescendo and diminuendo wedge symbols. The type attribute is crescendo for the start of a wedge that is closed at the left side, and diminuendo for the start of a wedge that is closed on the right side. Spread values are measured in tenths; those at the start of a crescendo wedge or end of a diminuendo wedge are ignored.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="type" type="wedge-type" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="spread" type="tenths"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>