att.spacing

Attributes that capture notation spacing information.
Module
MEI.shared
Attributes
spacing.packexp, spacing.packfact, spacing.staff, spacing.system
spacing.packexp(optional)Describes a note's spacing relative to its time value. Value of datatype decimal.
spacing.packfact(optional)Describes the note spacing of output. Value of datatype decimal.
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.
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.
spacing.packexp(optional)Describes a note's spacing relative to its time value. Value of datatype decimal.
spacing.packfact(optional)Describes the note spacing of output. Value of datatype decimal.
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.
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.
Component declarations that are shared between two or more modules.
spacing.packexp(optional)Describes a note's spacing relative to its time value. Value of datatype decimal.
spacing.packfact(optional)Describes the note spacing of output. Value of datatype decimal.
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.
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.
Available at
scoreDef(score definition) – Container for score meta-information.
scoreDef(score definition) – Container for score meta-information.
Declaration
<classSpec ident="att.spacing" module="MEI.shared" type="atts">
<desc>Attributes that capture notation spacing information.</desc>
<attList org="group">
<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>
</attList>
</classSpec>