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