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
MEI.shared
Attributes
key.sig
key.sig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
key.sig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
Component declarations that are shared between two or more modules.
key.sig(optional)Written key signature. One or more values from data.KEYFIFTHS, separated by spaces.
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.
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>Used by staffDef and scoreDef to provide default values for attributes in the logical domain that are related to key signatures.</desc>
<attList org="group">
<attDef ident="key.sig" usage="opt">
<desc>Written key signature.</desc>
<datatype maxOccurs="unbounded" minOccurs="1">
<rng:ref name="data.KEYFIFTHS" />
</datatype>
</attDef>
</attList>
<remarks>
<p part="N">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
<gi scheme="MEI">keySig</gi>
element.</p>
</remarks>
</classSpec>