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

Simple Type: trill-beats

Description

The trill-beats type specifies the beats used in a trill-sound or bend-sound attribute group. It is a decimal value with a minimum value of 2.

Derived By

Restricting xs:decimal

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

Referenced By
Definition
<xs:simpleType name="trill-beats">
  <xs:annotation>
    <xs:documentation>The trill-beats type specifies the beats used in a trill-sound or bend-sound attribute group. It is a decimal value with a minimum value of 2.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="2" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301