tuplet-portion

The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.

Complex Type Information

Model

Used By

Source

<xs:complexType name="tuplet-portion">
  <xs:annotation>
    <xs:documentation>The tuplet-portion type provides optional full control over tuplet specifications. It allows the number and note type (including dots) to be set for the actual and normal portions of a single tuplet. If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tuplet-number" type="tuplet-number" minOccurs="0"/>
    <xs:element name="tuplet-type" type="tuplet-type" minOccurs="0"/>
    <xs:element name="tuplet-dot" type="tuplet-dot" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>