att.lineLoc

Attributes for identifying the staff line with which a feature is associated.
Module
Attributes
@line
@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.
@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.
Component declarations that are shared between two or more modules.
@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.
Available at
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
Component declarations that are shared between two or more modules.
<clef>Indication of the exact location of a particular note on the staff and, therefore, the other notes as well.
Declaration
<classSpec ident="att.lineLoc" module="MEI.shared" type="atts">
<desc xml:lang="en">Attributes for identifying the staff line with which a feature is associated.</desc>
<attList>
<attDef ident="line" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.CLEFLINE"/>
</datatype>
</attDef>
</attList>
</classSpec>