att.pages

Attributes that record page-level layout information.
Module
Attributes
@page.botmar, @page.height, @page.leftmar, @page.panels, @page.rightmar, @page.scale, @page.topmar, @page.width
@page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTUNSIGNED.
@page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
@page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
@page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTUNSIGNED.
@page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTUNSIGNED.
@page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTUNSIGNED.
@page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
@page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
Component declarations that are shared between two or more modules.
@page.botmar(optional)Indicates the amount of whitespace at the bottom of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.height(optional)Specifies the height of the page; may be expressed in real-world units or staff steps. Value conforms to data.MEASUREMENTUNSIGNED.
@page.leftmar(optional)Indicates the amount of whitespace at the left side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.panels(optional)Indicates the number of logical pages to be rendered on a single physical page. Value conforms to data.PAGE.PANELS.
@page.rightmar(optional)Indicates the amount of whitespace at the right side of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.scale(optional)Indicates how the page should be scaled when rendered. Value conforms to data.PGSCALE.
@page.topmar(optional)Indicates the amount of whitespace at the top of a page. Value conforms to data.MEASUREMENTUNSIGNED.
@page.width(optional)Describes the width of the page; may be expressed in real-world units or staff steps. 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.pages" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes that record page-level layout information.</desc>
<attList>
<attDef ident="page.height" usage="opt">
<desc xml:lang="en">Specifies the height of the page; may be expressed in real-world units or staff steps.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.width" usage="opt">
<desc xml:lang="en">Describes the width of the page; may be expressed in real-world units or staff steps.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.topmar" usage="opt">
<gloss xml:lang="en">page top margin</gloss>
<desc xml:lang="en">Indicates the amount of whitespace at the top of a page.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.botmar" usage="opt">
<gloss xml:lang="en">page bottom margin</gloss>
<desc xml:lang="en">Indicates the amount of whitespace at the bottom of a page.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.leftmar" usage="opt">
<gloss xml:lang="en">page left margin</gloss>
<desc xml:lang="en">Indicates the amount of whitespace at the left side of a page.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.rightmar" usage="opt">
<gloss xml:lang="en">page right margin</gloss>
<desc xml:lang="en">Indicates the amount of whitespace at the right side of a page.</desc>
<datatype>
<rng:ref name="data.MEASUREMENTUNSIGNED"/>
</datatype>
</attDef>
<attDef ident="page.panels" usage="opt">
<desc xml:lang="en">Indicates the number of logical pages to be rendered on a single physical page.</desc>
<datatype>
<rng:ref name="data.PAGE.PANELS"/>
</datatype>
</attDef>
<attDef ident="page.scale" usage="opt">
<desc xml:lang="en">Indicates how the page should be scaled when rendered.</desc>
<datatype>
<rng:ref name="data.PGSCALE"/>
</datatype>
</attDef>
</attList>
</classSpec>