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 headers established by the use of pgHead 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="pgHead" module="MEI.shared">
<desc>(page header) – A running header on the first page. Also, used to temporarily override
a
running header 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 header.</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 headers established by the use of
<gi scheme="MEI">pgHead</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>