Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type per-minute
Namespace No namespace
Annotations
The per-minute type can be a number, or a text description including numbers. If a font is specified, it overrides the font specified for the overall metronome element. This allows separate specification of a music font for the beat-unit and a text font for the numeric value, in cases where a single metronome font is not used.
Diagram
Diagram musicxml1.tmp#id108
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:complexType name="per-minute">
  <xs:annotation>
    <xs:documentation>The per-minute type can be a number, or a text description including numbers. If a font is specified, it overrides the font specified for the overall metronome element. This allows separate specification of a music font for the beat-unit and a text font for the numeric value, in cases where a single metronome font is not used.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="font"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd