You are here: MusicXML Reference > Score Schema (XSD) > Simple Types > Simple Type: tremolo-marks

Simple Type: tremolo-marks

Description

The number of tremolo marks is represented by a number from 0 to 8: the same as beam-level with 0 added.

Derived By

Restricting xs:integer

Restrictions
  • The value must be greater than or equal to 0.

  • The value must be less than or equal to 8.

Referenced By
Definition
<xs:simpleType name="tremolo-marks">
  <xs:annotation>
    <xs:documentation>The number of tremolo marks is represented by a number from 0 to 8: the same as beam-level with 0 added.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0" />
    <xs:maxInclusive value="8" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301