The lyric-font type specifies the default font for a particular name and number of lyric. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| font-family | comma-separated-text | optional | ||||
| font-size | font-size | optional | ||||
| font-style | font-style | optional | ||||
| font-weight | font-weight | optional | ||||
| name | xs:token | optional | ||||
| number | xs:NMTOKEN | optional |
| Element | defaults/lyric-font |
<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:token"/> <xs:attributeGroup ref="font"/> </xs:complexType> |