Description
The note-size type indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element. The grace type is used for notes of cue size that that include a grace element. The cue type is used for all other notes with cue size, whether defined explicitly or implicitly via a cue element. The large type is used for notes of large size. The text content represents the numeric percentage. A value of 100 would be identical to the size of a regular note as defined by the music font.
Derived By
Extending non-negative-decimal
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
note-size-type |
Yes |
|
The grace type is used for notes of cue size that that include a grace element. The cue type is used for all other notes with cue size, whether defined explicitly or implicitly via a cue element. The large type is used for notes of large size.
|
Referenced By
Definition
<xs:complexType name="note-size">
<xs:annotation>
<xs:documentation>The note-size type indicates the percentage of the regular note size to use for notes with a cue and large size as defined in the type element. The grace type is used for notes of cue size that that include a grace element. The cue type is used for all other notes with cue size, whether defined explicitly or implicitly via a cue element. The large type is used for notes of large size. The text content represent the numeric percentage. A value of 100 would be identical to the size of a regular note as defined by the music font.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="non-negative-decimal">
<xs:attribute name="type" type="note-size-type" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>