Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element lyric/syllabic
Namespace No namespace
Diagram
Diagram musicxml38.tmp#id85
Type syllabic
Properties
content: simple
minOccurs: 0
Facets
enumeration single, begin, end, middle
Source
<xs:element name="syllabic" type="syllabic" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/text
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml13.tmp#id146 musicxml15.tmp#id155 musicxml72.tmp#id117 musicxml14.tmp#id150 musicxml260.tmp#id708
Type text-element-data
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
dir text-direction optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
lang optional
letter-spacing number-or-normal optional
line-through number-of-lines optional
overline number-of-lines optional
rotation rotation-degrees optional
underline number-of-lines optional
Source
<xs:element name="text" type="text-element-data"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/elision
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml193.tmp#id672
Type elision
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="elision" type="elision"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/extend
Namespace No namespace
Diagram
Diagram musicxml1.tmp#id108 musicxml2.tmp#id102 musicxml3.tmp#id673
Type extend
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
color color optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
Source
<xs:element name="extend" type="extend" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/laughing
Namespace No namespace
Annotations
The laughing element is taken from Humdrum.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
Source
<xs:element name="laughing" type="empty">
  <xs:annotation>
    <xs:documentation>The laughing element is taken from Humdrum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/humming
Namespace No namespace
Annotations
The humming element is taken from Humdrum.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
Source
<xs:element name="humming" type="empty">
  <xs:annotation>
    <xs:documentation>The humming element is taken from Humdrum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/end-line
Namespace No namespace
Annotations
The end-line element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="end-line" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The end-line element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element lyric/end-paragraph
Namespace No namespace
Annotations
The end-paragraph element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.
Diagram
Diagram musicxml53.tmp#id207
Type empty
Properties
content: complex
minOccurs: 0
Source
<xs:element name="end-paragraph" type="empty" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The end-paragraph element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type lyric
Namespace No namespace
Annotations
The lyric type represents text underlays for lyrics, based on Humdrum with support for other formats.  Two text elements that are not separated by an elision element are part of the same syllable, but may have different text formatting. The MusicXML 2.0 schema is more strict than the 2.0 DTD in enforcing this by disallowing a second syllabic element unless preceded by an elision element. The lyric number indicates multiple lines, though a name can be used as well (as in Finale's verse / chorus / section specification). Justification is center by default; placement is below by default.
Diagram
Diagram musicxml183.tmp#id715 musicxml183.tmp#id716 musicxml96.tmp#id115 musicxml31.tmp#id133 musicxml7.tmp#id131 musicxml2.tmp#id102 musicxml183.tmp#id706 musicxml183.tmp#id707 musicxml183.tmp#id709 musicxml183.tmp#id710 musicxml183.tmp#id711 musicxml183.tmp#id712 musicxml183.tmp#id713 musicxml183.tmp#id714 musicxml39.tmp#id263 musicxml39.tmp#id262 musicxml44.tmp#id265 musicxml44.tmp#id264 musicxml103.tmp#id261
Used by
Element note/lyric
Model ((syllabic{0,1} , text , elision , syllabic{0,1} , text , extend{0,1}) | extend | laughing | humming) , end-line{0,1} , end-paragraph{0,1} , footnote , level
Children elision, end-line, end-paragraph, extend, footnote, humming, laughing, level, syllabic, text
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
justify left-center-right optional
name xs:token optional
number xs:NMTOKEN optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="lyric">
  <xs:annotation>
    <xs:documentation>The lyric type represents text underlays for lyrics, based on Humdrum with support for other formats. Two text elements that are not separated by an elision element are part of the same syllable, but may have different text formatting. The MusicXML 2.0 schema is more strict than the 2.0 DTD in enforcing this by disallowing a second syllabic element unless preceded by an elision element. The lyric number indicates multiple lines, though a name can be used as well (as in Finale's verse / chorus / section specification). Justification is center by default; placement is below by default.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice>
      <xs:sequence>
        <xs:element name="syllabic" type="syllabic" minOccurs="0"/>
        <xs:element name="text" type="text-element-data"/>
        <xs:sequence minOccurs="0" maxOccurs="unbounded">
          <xs:sequence minOccurs="0">
            <xs:element name="elision" type="elision"/>
            <xs:element name="syllabic" type="syllabic" minOccurs="0"/>
          </xs:sequence>
          <xs:element name="text" type="text-element-data"/>
        </xs:sequence>
        <xs:element name="extend" type="extend" minOccurs="0"/>
      </xs:sequence>
      <xs:element name="extend" type="extend"/>
      <xs:element name="laughing" type="empty">
        <xs:annotation>
          <xs:documentation>The laughing element is taken from Humdrum.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="humming" type="empty">
        <xs:annotation>
          <xs:documentation>The humming element is taken from Humdrum.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element name="end-line" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The end-line element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="end-paragraph" type="empty" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The end-paragraph element comes from RP-017 for Standard MIDI File Lyric meta-events. It facilitates lyric display for Karaoke and similar applications.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group ref="editorial"/>
  </xs:sequence>
  <xs:attribute name="number" type="xs:NMTOKEN"/>
  <xs:attribute name="name" type="xs:token"/>
  <xs:attributeGroup ref="justify"/>
  <xs:attributeGroup ref="position"/>
  <xs:attributeGroup ref="placement"/>
  <xs:attributeGroup ref="color"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute lyric/@number
Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Complex Type lyric
Source
<xs:attribute name="number" type="xs:NMTOKEN"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute lyric/@name
Namespace No namespace
Type xs:token
Properties
content: simple
Used by
Complex Type lyric
Source
<xs:attribute name="name" type="xs:token"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd