tuplet-number

The tuplet-number type indicates the number of notes for this portion of the tuplet.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional

Used By

Source

<xs:complexType name="tuplet-number">
  <xs:annotation>
    <xs:documentation>The tuplet-number type indicates the number of notes for this portion of the tuplet.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:nonNegativeInteger">
      <xs:attributeGroup ref="font"/>
      <xs:attributeGroup ref="color"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>