Skip to content

MusicXML:ComplexType:time

MusicXML ComplexType time

Description

Time signatures are represented by the beats element for the numerator and the beat-type element for the denominator. Multiple pairs of beat and beat-type elements are used for composite time signatures with multiple denominators, such as 2/4 + 3/8. A composite such as 3+2/8 requires only one beat/beat-type pair. The print-object attribute allows a time signature to be specified but not printed, as is the case for excerpts from the middle of a score. The value is "yes" if not present.

Attributes

  • color: 색상.

Components

beats
분자
beat-type
분모

Example

...
    <time color="#000000">
     <beats>4</beats>
     <beat-type>4</beat-type>
    </time>
...

See also

Favorite site