att.systems

Attributes that capture system layout information.
Module
MEI.shared
Attributes
system.leftline, system.leftmar, system.rightmar, system.topmar
system.leftline(optional)Indicates whether the staves are joined at the left by a continuous line. The default value is "true". Do not confuse this with the heavy vertical line used as a grouping symbol. Value conforms to data.BOOLEAN.
system.leftmar(optional)Describes the amount of whitespace at the left system margin relative to page.leftmar. Value conforms to data.MEASUREMENTABS.
system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTABS.
system.topmar(optional)Describes the distance from page's top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTABS.
system.leftline(optional)Indicates whether the staves are joined at the left by a continuous line. The default value is "true". Do not confuse this with the heavy vertical line used as a grouping symbol. Value conforms to data.BOOLEAN.
system.leftmar(optional)Describes the amount of whitespace at the left system margin relative to page.leftmar. Value conforms to data.MEASUREMENTABS.
system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTABS.
system.topmar(optional)Describes the distance from page's top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTABS.
Component declarations that are shared between two or more modules.
system.leftline(optional)Indicates whether the staves are joined at the left by a continuous line. The default value is "true". Do not confuse this with the heavy vertical line used as a grouping symbol. Value conforms to data.BOOLEAN.
system.leftmar(optional)Describes the amount of whitespace at the left system margin relative to page.leftmar. Value conforms to data.MEASUREMENTABS.
system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTABS.
system.topmar(optional)Describes the distance from page's top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTABS.
Available at
scoreDef(score definition) – Container for score meta-information.
scoreDef(score definition) – Container for score meta-information.
Declaration
<classSpec ident="att.systems" module="MEI.shared" type="atts">
<desc>Attributes that capture system layout information.</desc>
<attList org="group">
<attDef ident="system.leftline" usage="opt">
<desc>Indicates whether the staves are joined at the left by a continuous line. The default value is "true". Do not confuse this with the heavy vertical line used as a grouping symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
<attDef ident="system.leftmar" usage="opt">
<desc>Describes the amount of whitespace at the left system margin relative to page.leftmar.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="system.rightmar" usage="opt">
<desc>Describes the amount of whitespace at the right system margin relative to page.rightmar.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
<attDef ident="system.topmar" usage="opt">
<desc>Describes the distance from page's top edge to the first system; used for first page only.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.MEASUREMENTABS" />
</datatype>
</attDef>
</attList>
</classSpec>