att.lineloc

Attributes for identifying the staff line with which a feature is associated.
Module MEI.shared
Members
Attributes
@line(optional)Indicates the line upon which a feature stands. The value must be in the range between 1 and the number of lines on the staff. The numbering of lines starts with the lowest line of the staff. Value conforms to data.CLEFLINE. att.lineloc
Declaration
<attDef ident="line" usage="opt">
<desc>Indicates the line upon which a feature stands. The value must be in the range between 1 and the number of lines on the staff. The numbering of lines starts with the lowest line of the staff.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.CLEFLINE" />
</datatype>
</attDef>