form

Contains an indication of how the meter signature should be
rendered.

Attribute Information

Used By

Source

<xs:attribute name="form">
  <xs:annotation>
    <xs:documentation>Contains an indication of how the meter signature should be rendered.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="num">
        <xs:annotation>
          <xs:documentation>Show only the number of beats.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="denomsym">
        <xs:annotation>
          <xs:documentation>The lower number in the meter signature is replaced by a note symbol.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="norm">
        <xs:annotation>
          <xs:documentation>Meter signature rendered using traditional numeric values.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="invis">
        <xs:annotation>
          <xs:documentation>Meter signature not rendered.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample