Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type grace
Namespace No namespace
Annotations
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.
Diagram
Diagram musicxml256.tmp#id688 musicxml256.tmp#id689 musicxml256.tmp#id690 musicxml256.tmp#id691
Used by
Element note/grace
Attributes
QName Type Fixed Default Use Annotation
make-time divisions optional
slash yes-no optional
steal-time-following percent optional
steal-time-previous percent optional
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>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute grace/@steal-time-previous
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Complex Type grace
Source
<xs:attribute name="steal-time-previous" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute grace/@steal-time-following
Namespace No namespace
Type percent
Properties
content: simple
Facets
maxInclusive 100
minInclusive 0
Used by
Complex Type grace
Source
<xs:attribute name="steal-time-following" type="percent"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute grace/@make-time
Namespace No namespace
Type divisions
Properties
content: simple
Used by
Complex Type grace
Source
<xs:attribute name="make-time" type="divisions"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute grace/@slash
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type grace
Source
<xs:attribute name="slash" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd