att.lyricStyle

Attributes that describe default typography of lyrics.
Module
MEI.shared
Attributes
lyric.align, lyric.fam, lyric.name, lyric.size, lyric.style, lyric.weight
lyric.align(optional)Describes the alignment of lyric syllables associated with a note or chord. Value conforms to data.MEASUREMENTREL.
lyric.fam(optional)Sets the font family default value for lyrics. Value conforms to data.FONTFAMILY.
lyric.name(optional)Sets the font name default value for lyrics. Value conforms to data.FONTNAME.
lyric.size(optional)Sets the default font size value for lyrics. Value conforms to data.FONTSIZE.
lyric.style(optional)Sets the default font style value for lyrics. Value conforms to data.FONTSTYLE.
lyric.weight(optional)Sets the default font weight value for lyrics. Value conforms to data.FONTWEIGHT.
lyric.align(optional)Describes the alignment of lyric syllables associated with a note or chord. Value conforms to data.MEASUREMENTREL.
lyric.fam(optional)Sets the font family default value for lyrics. Value conforms to data.FONTFAMILY.
lyric.name(optional)Sets the font name default value for lyrics. Value conforms to data.FONTNAME.
lyric.size(optional)Sets the default font size value for lyrics. Value conforms to data.FONTSIZE.
lyric.style(optional)Sets the default font style value for lyrics. Value conforms to data.FONTSTYLE.
lyric.weight(optional)Sets the default font weight value for lyrics. Value conforms to data.FONTWEIGHT.
Component declarations that are shared between two or more modules.
lyric.align(optional)Describes the alignment of lyric syllables associated with a note or chord. Value conforms to data.MEASUREMENTREL.
lyric.fam(optional)Sets the font family default value for lyrics. Value conforms to data.FONTFAMILY.
lyric.name(optional)Sets the font name default value for lyrics. Value conforms to data.FONTNAME.
lyric.size(optional)Sets the default font size value for lyrics. Value conforms to data.FONTSIZE.
lyric.style(optional)Sets the default font style value for lyrics. Value conforms to data.FONTSTYLE.
lyric.weight(optional)Sets the default font weight value for lyrics. Value conforms to data.FONTWEIGHT.
Available at
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
scoreDef(score definition) – Container for score meta-information.
staffDef(staff definition) – Container for staff meta-information.
Declaration
<classSpec ident="att.lyricStyle" module="MEI.shared" type="atts">
<desc>Attributes that describe default typography of lyrics.</desc>
<attList org="group">
<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>
</attList>
</classSpec>