Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type tremolo
Namespace No namespace
Annotations
While using repeater beams was the original method for indicating tremolos, often playback and display are not well-enough integrated in an application to make that feasible. The tremolo ornament can be used to indicate either single-note or double-note tremolos. Single-note tremolos use the single type, while double-note tremolos use the start and stop types. The default is "single" for compatibility with Version 1.1. The text of the element indicates the number of tremolo marks and is an integer from 0 to 6. Note that the number of attached beams is not included in this value, but is represented separately using the beam element.
Diagram
Diagram musicxml63.tmp#id86 musicxml64.tmp#id765 musicxml6.tmp#id142 musicxml7.tmp#id131
Type extension of tremolo-marks
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
type start-stop-single single optional
Source
<xs:complexType name="tremolo">
  <xs:annotation>
    <xs:documentation>While using repeater beams was the original method for indicating tremolos, often playback and display are not well-enough integrated in an application to make that feasible. The tremolo ornament can be used to indicate either single-note or double-note tremolos. Single-note tremolos use the single type, while double-note tremolos use the start and stop types. The default is "single" for compatibility with Version 1.1. The text of the element indicates the number of tremolo marks and is an integer from 0 to 6. Note that the number of attached beams is not included in this value, but is represented separately using the beam element.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="tremolo-marks">
      <xs:attribute name="type" type="start-stop-single" default="single"/>
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="placement"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tremolo/@type
Namespace No namespace
Type start-stop-single
Properties
default: single
Facets
enumeration start, stop, single
Used by
Complex Type tremolo
Source
<xs:attribute name="type" type="start-stop-single" default="single"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd