att.spacing

Attributes that capture notation spacing information.
Module
Attributes
spacing.packexp, spacing.packfact, spacing.staff, spacing.system
spacing.packexp(optional)Describes a note’s spacing relative to its time value. Value is a decimal number.
spacing.packfact(optional)Describes the note spacing of output. Value is a decimal number.
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.MEASUREMENTSIGNED.
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.MEASUREMENTSIGNED, separated by a space.
spacing.packexp(optional)Describes a note’s spacing relative to its time value. Value is a decimal number.
spacing.packfact(optional)Describes the note spacing of output. Value is a decimal number.
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.MEASUREMENTSIGNED.
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.MEASUREMENTSIGNED, 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 is a decimal number.
spacing.packfact(optional)Describes the note spacing of output. Value is a decimal number.
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.MEASUREMENTSIGNED.
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.MEASUREMENTSIGNED, separated by a space.
Available at
scoreDefContainer for score meta-information.
Component declarations that are shared between two or more modules.
scoreDefContainer for score meta-information.
Declaration
<classSpec ident="att.spacing" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that capture notation spacing information.</desc>
<attList>
<attDef ident="spacing.packexp" usage="opt">
<desc xml:lang="en">Describes a note’s spacing relative to its time value.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="spacing.packfact" usage="opt">
<desc xml:lang="en">Describes the note spacing of output.</desc>
<datatype>
<rng:data type="decimal"/>
</datatype>
</attDef>
<attDef ident="spacing.staff" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
<attDef ident="spacing.system" usage="opt">
<desc xml:lang="en">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 minOccurs="1" maxOccurs="2">
<rng:ref name="data.MEASUREMENTSIGNED"/>
</datatype>
</attDef>
</attList>
</classSpec>