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

Simple Type: over-under

Description

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).

Derived By

Restricting xs:token

Enumeration
Value  Description 
over 
under 
Referenced By
Definition
<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>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301