att.notationStyle

Attributes that capture music font name and size.
Module
Attributes
@music.name, @music.size
@music.name(optional)Sets the default music font name. Value conforms to data.MUSICFONT.
@music.size(optional)Sets the default music font size. Value conforms to data.FONTSIZE.
@music.name(optional)Sets the default music font name. Value conforms to data.MUSICFONT.
@music.size(optional)Sets the default music font size. Value conforms to data.FONTSIZE.
Component declarations that are shared between two or more modules.
@music.name(optional)Sets the default music font name. Value conforms to data.MUSICFONT.
@music.size(optional)Sets the default music font size. Value conforms to data.FONTSIZE.
Available at
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Component declarations that are shared between two or more modules.
<scoreDef>Container for score meta-information.
<staffDef>Container for staff meta-information.
Declaration
<classSpec ident="att.notationStyle" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that capture music font name and size.</desc>
<attList>
<attDef ident="music.name" usage="opt">
<desc xml:lang="en">Sets the default music font name.</desc>
<datatype>
<rng:ref name="data.MUSICFONT"/>
</datatype>
</attDef>
<attDef ident="music.size" usage="opt">
<desc xml:lang="en">Sets the default music font size.</desc>
<datatype>
<rng:ref name="data.FONTSIZE"/>
</datatype>
</attDef>
</attList>
</classSpec>