att.lyricStyle

Attributes that describe default typography of lyrics.
Module
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.MEASUREMENTSIGNED.
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.MEASUREMENTSIGNED.
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.MEASUREMENTSIGNED.
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
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
staffDefContainer for staff meta-information.
Declaration
<classSpec ident="att.lyricStyle" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that describe default typography of lyrics.</desc>
<attList>
<attDef ident="lyric.align" usage="opt">
<desc xml:lang="en">Describes the alignment of lyric syllables associated with a note or chord.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="lyric.fam" usage="opt">
<desc xml:lang="en">Sets the font family default value for lyrics.</desc>
<datatype>
<rng:ref name="data.FONTFAMILY"/>
</datatype>
</attDef>
<attDef ident="lyric.name" usage="opt">
<desc xml:lang="en">Sets the font name default value for lyrics.</desc>
<datatype>
<rng:ref name="data.FONTNAME"/>
</datatype>
</attDef>
<attDef ident="lyric.size" usage="opt">
<desc xml:lang="en">Sets the default font size value for lyrics.</desc>
<datatype>
<rng:ref name="data.FONTSIZE"/>
</datatype>
</attDef>
<attDef ident="lyric.style" usage="opt">
<desc xml:lang="en">Sets the default font style value for lyrics.</desc>
<datatype>
<rng:ref name="data.FONTSTYLE"/>
</datatype>
</attDef>
<attDef ident="lyric.weight" usage="opt">
<desc xml:lang="en">Sets the default font weight value for lyrics.</desc>
<datatype>
<rng:ref name="data.FONTWEIGHT"/>
</datatype>
</attDef>
</attList>
</classSpec>