Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element tuplet/tuplet-actual
Namespace No namespace
Annotations
The tuplet-actual element provide optional full control over how the actual part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.
Diagram
Diagram musicxml162.tmp#id735 musicxml162.tmp#id737 musicxml162.tmp#id739 musicxml162.tmp#id734
Type tuplet-portion
Properties
content: complex
minOccurs: 0
Model tuplet-number{0,1} , tuplet-type{0,1} , tuplet-dot*
Children tuplet-dot, tuplet-number, tuplet-type
Instance
<tuplet-actual>
  <tuplet-number color="" font-family="" font-size="" font-style="" font-weight="">{0,1}</tuplet-number>
  <tuplet-type color="" font-family="" font-size="" font-style="" font-weight="">{0,1}</tuplet-type>
  <tuplet-dot color="" font-family="" font-size="" font-style="" font-weight="">{0,unbounded}</tuplet-dot>
</tuplet-actual>
Source
<xs:element name="tuplet-actual" type="tuplet-portion" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The tuplet-actual element provide optional full control over how the actual part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element tuplet/tuplet-normal
Namespace No namespace
Annotations
The tuplet-normal element provide optional full control over how the normal part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.
Diagram
Diagram musicxml162.tmp#id735 musicxml162.tmp#id737 musicxml162.tmp#id739 musicxml162.tmp#id734
Type tuplet-portion
Properties
content: complex
minOccurs: 0
Model tuplet-number{0,1} , tuplet-type{0,1} , tuplet-dot*
Children tuplet-dot, tuplet-number, tuplet-type
Instance
<tuplet-normal>
  <tuplet-number color="" font-family="" font-size="" font-style="" font-weight="">{0,1}</tuplet-number>
  <tuplet-type color="" font-family="" font-size="" font-style="" font-weight="">{0,1}</tuplet-type>
  <tuplet-dot color="" font-family="" font-size="" font-style="" font-weight="">{0,unbounded}</tuplet-dot>
</tuplet-normal>
Source
<xs:element name="tuplet-normal" type="tuplet-portion" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The tuplet-normal element provide optional full control over how the normal part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type tuplet
Namespace No namespace
Annotations
A tuplet element is present when a tuplet is to be displayed graphically, in addition to the sound data provided by the time-modification elements. The number attribute is used to distinguish nested tuplets. The bracket attribute is used to indicate the presence of a bracket. If unspecified, the results are implementation-dependent. The line-shape attribute is used to specify whether the bracket is straight or in the older curved or slurred style. It is straight by default.
	
Whereas a time-modification element shows how the cumulative, sounding effect of tuplets compare to the written note type, the tuplet element describes how each tuplet is displayed.
	
The show-number attribute is used to display either the number of actual notes, the number of both actual and normal notes, or neither. It is actual by default. The show-type attribute is used to display either the actual type, both the actual and normal types, or neither. It is none by default.
Diagram
Diagram musicxml188.tmp#id742 musicxml188.tmp#id743 musicxml188.tmp#id744 musicxml188.tmp#id745 musicxml188.tmp#id746 musicxml135.tmp#id125 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml188.tmp#id733 musicxml188.tmp#id741
Used by
Model tuplet-actual{0,1} , tuplet-normal{0,1}
Children tuplet-actual, tuplet-normal
Attributes
QName Type Fixed Default Use Annotation
bracket yes-no optional
default-x tenths optional
default-y tenths optional
line-shape line-shape optional
number number-level optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
show-number show-tuplet optional
show-type show-tuplet optional
type start-stop required
Source
<xs:complexType name="tuplet">
  <xs:annotation>
    <xs:documentation>A tuplet element is present when a tuplet is to be displayed graphically, in addition to the sound data provided by the time-modification elements. The number attribute is used to distinguish nested tuplets. The bracket attribute is used to indicate the presence of a bracket. If unspecified, the results are implementation-dependent. The line-shape attribute is used to specify whether the bracket is straight or in the older curved or slurred style. It is straight by default. Whereas a time-modification element shows how the cumulative, sounding effect of tuplets compare to the written note type, the tuplet element describes how each tuplet is displayed. The show-number attribute is used to display either the number of actual notes, the number of both actual and normal notes, or neither. It is actual by default. The show-type attribute is used to display either the actual type, both the actual and normal types, or neither. It is none by default.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="tuplet-actual" type="tuplet-portion" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The tuplet-actual element provide optional full control over how the actual part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="tuplet-normal" type="tuplet-portion" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The tuplet-normal element provide optional full control over how the normal part of the tuplet is displayed, including number and note type (with dots). If any of these elements are absent, their values are based on the time-modification element.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="type" type="start-stop" use="required"/>
  <xs:attribute name="number" type="number-level"/>
  <xs:attribute name="bracket" type="yes-no"/>
  <xs:attribute name="show-number" type="show-tuplet"/>
  <xs:attribute name="show-type" type="show-tuplet"/>
  <xs:attributeGroup ref="line-shape"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuplet/@type
Namespace No namespace
Type start-stop
Properties
use: required
Facets
enumeration start, stop
Used by
Complex Type tuplet
Source
<xs:attribute name="type" type="start-stop" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuplet/@number
Namespace No namespace
Type number-level
Properties
content: simple
Facets
maxInclusive 6
minInclusive 1
Used by
Complex Type tuplet
Source
<xs:attribute name="number" type="number-level"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuplet/@bracket
Namespace No namespace
Type yes-no
Properties
content: simple
Facets
enumeration yes, no
Used by
Complex Type tuplet
Source
<xs:attribute name="bracket" type="yes-no"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuplet/@show-number
Namespace No namespace
Type show-tuplet
Properties
content: simple
Facets
enumeration actual, both, none
Used by
Complex Type tuplet
Source
<xs:attribute name="show-number" type="show-tuplet"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute tuplet/@show-type
Namespace No namespace
Type show-tuplet
Properties
content: simple
Facets
enumeration actual, both, none
Used by
Complex Type tuplet
Source
<xs:attribute name="show-type" type="show-tuplet"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd