This element is used to capture the textual data that often appears on the first page of printed music. It may also be used for similarly formatted material in manuscripts. When used within pb, it records a temporary suspension of the pattern of page footers established by the use of pgFoot within a previous scoreDef. Auto-generated page numbers may be indicated with a processing instruction. The pgHead, pgHead2, pgFoot, and pgFoot2 elements should *not* be used to encode textual notes/annotations.
<elementSpec ident="pgFoot" module="MEI.shared">
<desc>(page footer) – A running footer on the first page. Also, used to temporarily override
a
running footer on individual pages.</desc>
<classes>
<memberOf
key="att.common"/>
<memberOf
key="att.facsimile"/>
<memberOf
key="att.lang"/>
</classes>
<content>
<rng:zeroOrMore>
<rng:choice>
<rng:text/>
<rng:ref
name="model.textComponentLike"
/>
<rng:ref
name="model.textPhraseLike.limited"
/>
<rng:ref
name="model.editLike"
/>
<rng:ref
name="model.transcriptionLike"
/>
<rng:ref
name="model.appLike"
/>
<rng:ref
name="anchoredText"
/>
</rng:choice>
</rng:zeroOrMore>
</content>
<attList org="group">
<attDef ident="halign" usage="opt">
<desc>Records horizontal alignment of the page footer.</desc>
</attDef>
</attList>
<remarks>
<p part="N">This element is used to capture the textual data that often appears on the first page
of
printed music. It may also be used for similarly formatted material in manuscripts.
When
used within
<gi scheme="MEI">pb</gi>, it records a temporary suspension of the pattern of
page footers established by the use of
<gi scheme="MEI">pgFoot</gi> within a previous
<gi scheme="MEI">scoreDef</gi>. Auto-generated page numbers may be indicated with a processing
instruction. The pgHead, pgHead2, pgFoot, and pgFoot2 elements should
<hi rend="bold">*not*</hi> be used to encode textual notes/annotations.</p>
</remarks>
</elementSpec>