Description
The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the end of a wedge. The continue type is used for formatting wedges over a system break, or for other situations where a single wedge is divided into multiple segments.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
crescendo |
|
diminuendo |
|
stop |
|
continue |
|
Referenced By
Definition
<xs:simpleType name="wedge-type">
<xs:annotation>
<xs:documentation>The wedge type is crescendo for the start of a wedge that is closed at the left side, diminuendo for the start of a wedge that is closed on the right side, and stop for the end of a wedge. The continue type is used for formatting wedges over a system break, or for other situations where a single wedge is divided into multiple segments.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="crescendo" />
<xs:enumeration value="diminuendo" />
<xs:enumeration value="stop" />
<xs:enumeration value="continue" />
</xs:restriction>
</xs:simpleType>