over-under

The over-under type is used to indicate whether the tips of curved lines such as slurs and ties are overhand (tips down) or underhand (tips up).

Simple Type Information

Used By

Source

<xs:simpleType name="over-under">
  <xs:annotation>
    <xs:documentation>The over-under type is used to indicate whether the tips of curved lines such as slurs and ties are overhand (tips down) or underhand (tips up).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="over"/>
    <xs:enumeration value="under"/>
  </xs:restriction>
</xs:simpleType>