grace

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. Steal-time-previous indicates the percentage of time to steal from the previous note for the grace note. Steal-time-following indicates the percentage of time to steal from the following note for the grace note. Make-time indicates to make time, not steal time; the units are in real-time divisions for the grace note.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
make-time divisions optional
slash yes-no optional
steal-time-following percent optional
steal-time-previous percent optional

Used By

Element note/grace

Source

<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. Steal-time-previous indicates the percentage of time to steal from the previous note for the grace note. Steal-time-following indicates the percentage of time to steal from the following note for the grace note. Make-time 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"/>
  <xs:attribute name="steal-time-following" type="percent"/>
  <xs:attribute name="make-time" type="divisions"/>
  <xs:attribute name="slash" type="yes-no"/>
</xs:complexType>