You are here: MusicXML Reference > Score Schema (XSD) > Complex Types > Complex Type: notehead-text

Complex Type: notehead-text

Description

The notehead-text type represents text that is displayed inside a notehead, as is done in some educational music. It is not needed for the numbers used in tablature or jianpu notation. The presence of a TAB or jianpu clefs is sufficient to indicate that numbers are used. The display-text and accidental-text elements allow display of fully formatted text and accidentals.

Derived By

Restricting xs:anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Default  Description 
  1..1 
  1..* 
accidental-text  accidental-text  1..1 

The accidental-text type represents an element with an accidental value and text-formatting attributes.

display-text  formatted-text  1..1 

The display-text and accidental-text elements allow display of fully formatted text and accidentals.

Referenced By
Definition
<xs:complexType name="notehead-text">
  <xs:annotation>
    <xs:documentation>The notehead-text type represents text that is displayed inside a notehead, as is done in some educational music. It is not needed for the numbers used in tablature or jianpu notation. The presence of a TAB or jianpu clefs is sufficient to indicate that numbers are used. The display-text and accidental-text elements allow display of fully formatted text and accidentals.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="display-text" type="formatted-text" />
      <xs:element name="accidental-text" type="accidental-text" />
    </xs:choice>
  </xs:sequence>
</xs:complexType>

 

MusicXML Documentation Home
Last built 2/20/2015

7007 Winchester Circle, Suite 140

Boulder, CO 80301