Description
The time-symbol type indicates how to display a time signature. The normal value is the usual fractional display, and is the implied symbol type if none is specified. Other options are the common and cut time symbols, as well as a single number with an implied denominator. The note symbol indicates that the beat-type should be represented with the corresponding downstem note rather than a number. The dotted-note symbol indicates that the beat-type should be represented with a dotted downstem note that corresponds to three times the beat-type value, and a numerator that is one third the beats value.
Derived By
Restricting xs:token
Enumeration
Value |
Description |
common |
|
cut |
|
single-number |
|
note |
|
dotted-note |
|
normal |
|
Referenced By
Definition
<xs:simpleType name="time-symbol">
<xs:annotation>
<xs:documentation>The time-symbol type indicates how to display a time signature. The normal value is the usual fractional display, and is the implied symbol type if none is specified. Other options are the common and cut time symbols, as well as a single number with an implied denominator. The note symbol indicates that the beat-type should be represented with the corresponding downstem note rather than a number. The dotted-note symbol indicates that the beat-type should be represented with a dotted downstem note that corresponds to three times the beat-type value, and a numerator that is one third the beats value.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="common" />
<xs:enumeration value="cut" />
<xs:enumeration value="single-number" />
<xs:enumeration value="note" />
<xs:enumeration value="dotted-note" />
<xs:enumeration value="normal" />
</xs:restriction>
</xs:simpleType>