metronome-tuplet

The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bracket yes-no optional
show-number show-tuplet optional
type start-stop required

Used By

Source

<xs:complexType name="metronome-tuplet">
  <xs:annotation>
    <xs:documentation>The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="time-modification">
      <xs:attribute name="type" type="start-stop" use="required"/>
      <xs:attribute name="bracket" type="yes-no"/>
      <xs:attribute name="show-number" type="show-tuplet"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>