<classSpec ident="att.scoreDef.ges" module="MEI.gestural" type="atts">
<desc>Gestural domain attributes for scoreDef. The values set in these attributes act as
score-wide defaults for attributes that are not set in descendant elements. For example,
the
grace attribute value here applies to all the grace attribute values in the score
(or, more
accurately, until the next
<gi scheme="MEI">scoreDef</gi> element) without having to
individually set each note's grace attribute value. The midi.* attributes function
as default
values when creating sounding output. The tune.* attributes provide the capability
of
recording a tuning reference pitch.</desc>
<classes>
<memberOf
key="att.channelized"/>
<memberOf
key="att.timeBase"/>
<memberOf
key="att.midiTempo"/>
<memberOf
key="att.mmTempo"/>
</classes>
<attList org="group">
<attDef ident="tune.pname" usage="opt">
<desc>Holds the pitch name of a tuning reference pitch.</desc>
</attDef>
<attDef ident="tune.Hz" usage="opt">
<desc>Holds a value for cycles per second, i.e., Hertz, for a tuning reference pitch.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="tune.temper" usage="opt">
<desc>Provides an indication of the tuning system, 'just', for example.</desc>
</attDef>
</attList>
</classSpec>