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

Simple Type: clef-sign

Description

The clef-sign element represents the different clef symbols. The jianpu sign indicates that the music that follows should be in jianpu numbered notation, just as the TAB sign indicates that the music that follows should be in tablature notation. Unlike TAB, a jianpu sign does not correspond to a visual clef notation.

Derived By

Restricting xs:string

Enumeration
Value  Description 



percussion 

TAB 

jianpu 
none 
Referenced By
Definition
<xs:simpleType name="clef-sign">
  <xs:annotation>
    <xs:documentation>The clef-sign element represents the different clef symbols. The jianpu sign indicates that the music that follows should be in jianpu numbered notation, just as the TAB sign indicates that the music that follows should be in tablature notation. Unlike TAB, a jianpu sign does not correspond to a visual clef notation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="G" />
    <xs:enumeration value="F" />
    <xs:enumeration value="C" />
    <xs:enumeration value="percussion" />
    <xs:enumeration value="TAB" />
    <xs:enumeration value="jianpu" />
    <xs:enumeration value="none" />
  </xs:restriction>
</xs:simpleType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301