Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type lyric-font
Namespace No namespace
Annotations
The lyric-font type specifies the default font for a particular name and number of lyric.
Diagram
Diagram musicxml178.tmp#id855 musicxml178.tmp#id856 musicxml1.tmp#id108
Used by
Attributes
QName Type Fixed Default Use Annotation
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
name xs:string optional
number xs:NMTOKEN optional
Source
<xs:complexType name="lyric-font">
  <xs:annotation>
    <xs:documentation>The lyric-font type specifies the default font for a particular name and number of lyric.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="number" type="xs:NMTOKEN"/>
  <xs:attribute name="name" type="xs:string"/>
  <xs:attributeGroup ref="font"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute lyric-font/@number
Namespace No namespace
Type xs:NMTOKEN
Properties
content: simple
Used by
Complex Type lyric-font
Source
<xs:attribute name="number" type="xs:NMTOKEN"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute lyric-font/@name
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type lyric-font
Source
<xs:attribute name="name" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd