att.spacing

Attributes that capture notation spacing information.
Module MEI.shared
Members
Attributes
@spacing.packexp(optional)Describes a note's spacing relative to its time value. Value of datatype decimal. att.spacing
@spacing.packfact(optional)Describes the note spacing of output. Value of datatype decimal. att.spacing
@spacing.staff(optional)Specifies the minimum amount of space between adjacent staves in the same system; measured from the bottom line of the staff above to the top line of the staff below. Value conforms to data.MEASUREMENTREL. att.spacing
@spacing.system(optional)Describes the space between adjacent systems; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal. One or two values from data.MEASUREMENTREL, separated by a space. att.spacing
Declaration
<attDef ident="spacing.packexp" usage="opt">
<desc>Describes a note's spacing relative to its time value.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="spacing.packfact" usage="opt">
<desc>Describes the note spacing of output.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="spacing.staff" usage="opt">
<desc>Specifies the minimum amount of space between adjacent staves in the same system; measured from the bottom line of the staff above to the top line of the staff below.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>
<attDef ident="spacing.system" usage="opt">
<desc>Describes the space between adjacent systems; a pair of space-separated values (minimum and maximum, respectively) provides a range between which a rendering system-supplied value may fall, while a single value indicates a fixed amount of space; that is, the minimum and maximum values are equal.</desc>
<datatype maxOccurs="2" minOccurs="1">
<rng:ref name="data.MEASUREMENTREL" />
</datatype>
</attDef>