att.keySigDefault.log

Used by staffDef and scoreDef to provide default values for attributes in the logical domain that are related to key signatures.
Module
Attributes
keysig
keysig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
keysig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
Component declarations that are shared between two or more modules.
keysig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
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.
Remarks

Mixed key signatures, e.g., those consisting of a mixture of flats and sharps (Read, p. 143, ex. 9-39), and key signatures with unorthodox placement of the accidentals (Read, p. 141) can be encoded using the keySig element.

Declaration
<classSpec ident="att.keySigDefault.log" module="MEI.shared" type="atts">
<desc xml:lang="en">Used by staffDef and scoreDef to provide default values for attributes in the logical domain that are related to key signatures.</desc>
<attList>
<attDef ident="keysig" usage="opt">
<desc xml:lang="en">Written key signature.</desc>
<datatype maxOccurs="unbounded">
<rng:ref name="data.KEYFIFTHS"/>
</datatype>
</attDef>
</attList>
<remarks xml:lang="en">
<p>Mixed key signatures,
<abbr>e.g.</abbr>
, those consisting of a mixture of flats and sharps (Read, p. 143, ex. 9-39), and key signatures with unorthodox placement of the accidentals (Read, p. 141) can be encoded using the <gi scheme="MEI">keySig</gi> element.</p>
</remarks>
</classSpec>