Description
The grace type indicates the presence of a grace note. The other grace note attributes come from MuseData sound suggestions.
Derived By
Restricting xs:anyType
Attributes
Name |
Type |
Required? |
Default |
Description |
steal-time-previous |
percent |
No |
|
The steal-time-previous attribute indicates the percentage of time to steal from the previous note for the grace note.
|
steal-time-following |
percent |
No |
|
The steal-time-following attribute indicates the percentage of time to steal from the following note for the grace note, as for appoggiaturas.
|
make-time |
divisions |
No |
|
The make-time attribute indicates to make time, not steal time; the units are in real-time divisions for the grace note.
|
slash |
yes-no |
No |
|
The slash attribute for a grace note is yes for slashed eighth notes.
|
Referenced By
Definition
<xs:complexType name="grace">
<xs:annotation>
<xs:documentation>The grace type indicates the presence of a grace note. The slash attribute for a grace note is yes for slashed eighth notes. The other grace note attributes come from MuseData sound suggestions. The steal-time-previous attribute indicates the percentage of time to steal from the previous note for the grace note. The steal-time-following attribute indicates the percentage of time to steal from the following note for the grace note, as for appoggiaturas. The make-time attribute indicates to make time, not steal time; the units are in real-time divisions for the grace note.</xs:documentation>
</xs:annotation>
<xs:attribute name="steal-time-previous" type="percent">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="steal-time-following" type="percent">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="make-time" type="divisions">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
<xs:attribute name="slash" type="yes-no">
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
</xs:attribute>
</xs:complexType>