att.lineLoc

Attributes for identifying the staff line with which a feature is associated.
Module
MEI.shared
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
clefIndication of the exact location of a particular note on the staff and, therefore, the other notes as well.
clefIndication 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>Attributes for identifying the staff line with which a feature is associated.</desc>
<attList org="group">
<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>
</attList>
</classSpec>