att.notationstyle

Attributes that capture music font name and size.
Module MEI.shared
Members
Attributes
@music.name(optional)Sets the default music font name. Value conforms to data.MUSICFONT. att.notationstyle
@music.size(optional)Sets the default music font size. Value conforms to data.FONTSIZE. att.notationstyle
Declaration
<attDef ident="music.name" usage="opt">
<desc>Sets the default music font name.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MUSICFONT" />
</datatype>
</attDef>
<attDef ident="music.size" usage="opt">
<desc>Sets the default music font size.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FONTSIZE" />
</datatype>
</attDef>