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

Simple Type: time-symbol

Description

The time-symbol type indicates how to display a time signature. The normal value is the usual fractional display, and is the implied symbol type if none is specified. Other options are the common and cut time symbols, as well as a single number with an implied denominator. The note symbol indicates that the beat-type should be represented with the corresponding downstem note rather than a number. The dotted-note symbol indicates that the beat-type should be represented with a dotted downstem note that corresponds to three times the beat-type value, and a numerator that is one third the beats value.

Derived By

Restricting xs:token

Enumeration
Value  Description 
common 

cut 

single-number 

note 

dotted-note 

normal 
Referenced By
Definition
<xs:simpleType name="time-symbol">
  <xs:annotation>
    <xs:documentation>The time-symbol type indicates how to display a time signature. The normal value is the usual fractional display, and is the implied symbol type if none is specified. Other options are the common and cut time symbols, as well as a single number with an implied denominator. The note symbol indicates that the beat-type should be represented with the corresponding downstem note rather than a number. The dotted-note symbol indicates that the beat-type should be represented with a dotted downstem note that corresponds to three times the beat-type value, and a numerator that is one third the beats value.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="common" />
    <xs:enumeration value="cut" />
    <xs:enumeration value="single-number" />
    <xs:enumeration value="note" />
    <xs:enumeration value="dotted-note" />
    <xs:enumeration value="normal" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301