att.lyricstyle

Attributes that describe default typography of lyrics.
Module MEI.shared
Members
Attributes
@lyric.align(optional)Describes the alignment of lyric syllables associated with a note or chord. Value conforms to data.MEASUREMENTREL. att.lyricstyle
@lyric.fam(optional)Sets the font family default value for lyrics. Value conforms to data.FONTFAMILY. att.lyricstyle
@lyric.name(optional)Sets the font name default value for lyrics. Value conforms to data.FONTNAME. att.lyricstyle
@lyric.size(optional)Sets the default font size value for lyrics. Value conforms to data.FONTSIZE. att.lyricstyle
@lyric.style(optional)Sets the default font style value for lyrics. Value conforms to data.FONTSTYLE. att.lyricstyle
@lyric.weight(optional)Sets the default font weight value for lyrics. Value conforms to data.FONTWEIGHT. att.lyricstyle
Declaration
<attDef ident="lyric.align" usage="opt">
<desc>Describes the alignment of lyric syllables associated with a note or chord.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>
<attDef ident="lyric.fam" usage="opt">
<desc>Sets the font family default value for lyrics.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTFAMILY" />
</datatype>
</attDef>
<attDef ident="lyric.name" usage="opt">
<desc>Sets the font name default value for lyrics.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTNAME" />
</datatype>
</attDef>
<attDef ident="lyric.size" usage="opt">
<desc>Sets the default font size value for lyrics.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZE" />
</datatype>
</attDef>
<attDef ident="lyric.style" usage="opt">
<desc>Sets the default font style value for lyrics.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSTYLE" />
</datatype>
</attDef>
<attDef ident="lyric.weight" usage="opt">
<desc>Sets the default font weight value for lyrics.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTWEIGHT" />
</datatype>
</attDef>