data.PARTSTAFF

Reference to part staves.
Module
Used by
These class-based attributes use data.PARTSTAFF
att.partIdent/@partstaffSignifies the part staff on which a notated feature occurs. Use 'all' when the feature should occur on every staff.
Declaration
<macroSpec xmlns="http://www.tei-c.org/ns/1.0" rend="add" ident="data.PARTSTAFF" module="MEI" type="dt">
<desc xml:lang="en">Reference to part staves.</desc>
<content>
<choice>
<value>all</value>
<rng:data type="token">
<rng:param name="pattern">\d+(-\d+)?</rng:param>
</rng:data>
</choice>
</content>
</macroSpec>