att.systems

Attributes that capture system layout information.
Module
Attributes
@system.leftline, @system.leftmar, @system.rightmar, @system.topmar
@system.leftline(optional)Indicates whether the system starts with a continuous line connecting all staves, including single-staff systems. 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.MEASUREMENTUNSIGNED.
@system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTUNSIGNED.
@system.topmar(optional)Describes the distance from page’s top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTUNSIGNED.
@system.leftline(optional)Indicates whether the system starts with a continuous line connecting all staves, including single-staff systems. 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.MEASUREMENTUNSIGNED.
@system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTUNSIGNED.
@system.topmar(optional)Describes the distance from page’s top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTUNSIGNED.
Component declarations that are shared between two or more modules.
@system.leftline(optional)Indicates whether the system starts with a continuous line connecting all staves, including single-staff systems. 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.MEASUREMENTUNSIGNED.
@system.rightmar(optional)Describes the amount of whitespace at the right system margin relative to page.rightmar. Value conforms to data.MEASUREMENTUNSIGNED.
@system.topmar(optional)Describes the distance from page’s top edge to the first system; used for first page only. Value conforms to data.MEASUREMENTUNSIGNED.
Available at
<scoreDef>Container for score meta-information.
Component declarations that are shared between two or more modules.
<scoreDef>Container for score meta-information.
Declaration
<classSpec ident="att.systems" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that capture system layout information.</desc>
<attList>
<attDef ident="system.leftline" usage="opt">
<desc xml:lang="en">Indicates whether the system starts with a continuous line connecting all staves, including single-staff systems. Do not confuse this with the heavy vertical line used as a grouping symbol.</desc>
<datatype>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
<attDef ident="system.leftmar" usage="opt">
<desc xml:lang="en">Describes the amount of whitespace at the left system margin relative to page.leftmar.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="system.rightmar" usage="opt">
<desc xml:lang="en">Describes the amount of whitespace at the right system margin relative to page.rightmar.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="system.topmar" usage="opt">
<desc xml:lang="en">Describes the distance from page’s top edge to the first system; used for first page only.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
</attList>
</classSpec>