Description
The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.
Derived By
Extending time-modification
Attributes
Name |
Type |
Required? |
Default |
Description |
type |
start-stop |
Yes |
|
|
bracket |
yes-no |
No |
|
|
show-number |
show-tuplet |
No |
|
The show-number attribute is used to display either the number of actual notes, the number of both actual and normal notes, or neither. It is actual by default.
|
Content Model
Contains elements as defined in the following table.
Component |
Type |
Occurs |
Default |
Description |
|
|
1..1 |
|
|
actual-notes |
xs:nonNegativeInteger |
1..1 |
|
The actual-notes element describes how many notes are played in the time usually occupied by the number in the normal-notes element.
|
normal-notes |
xs:nonNegativeInteger |
1..1 |
|
The normal-notes element describes how many notes are usually played in the time occupied by the number in the actual-notes element.
|
|
|
0..1 |
|
|
normal-type |
note-type-value |
1..1 |
|
If the type associated with the number in the normal-notes element is different than the current note type (e.g., a quarter note within an eighth note triplet), then the normal-notes type (e.g. eighth) is specified in the normal-type and normal-dot elements.
|
normal-dot |
empty |
0..* |
|
The normal-dot element is used to specify dotted normal tuplet types.
|
|
|
|
|
|
|
|
|
|
|
Referenced By
Definition
<xs:complexType name="metronome-tuplet">
<xs:annotation>
<xs:documentation>The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="time-modification">
<xs:attribute name="type" type="start-stop" use="required">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="bracket" type="yes-no">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="show-number" type="show-tuplet">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>