att.barplacement

Attributes that capture the placement of bar lines.
Module MEI.shared
Members
Attributes
@barplace(optional)Records the location of a bar line. Value conforms to data.BARPLACE. att.barplacement
@taktplace(optional)If takt bar lines are to be used, then the taktplace attribute may be used to denote the staff location of the shortened bar line. The location may include staff lines, spaces, and the spaces directly above and below the staff. The value ranges between 0 (just below the staff) to 2 * number of staff lines (directly above the staff). For example, on a 5-line staff the lines would be numbered 1,3,5,7, and 9 while the spaces would be numbered 0,2,4,6,8,10. For example, a value of '9' puts the bar line through the top line of a 5-line staff. Value conforms to data.STAFFLOC. att.barplacement
Declaration
<attDef ident="barplace" usage="opt">
<desc>Records the location of a bar line.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BARPLACE" />
</datatype>
</attDef>
<attDef ident="taktplace" usage="opt">
<desc>If takt bar lines are to be used, then the taktplace attribute may be used to denote the staff location of the shortened bar line. The location may include staff lines, spaces, and the spaces directly above and below the staff. The value ranges between 0 (just below the staff) to 2 * number of staff lines (directly above the staff). For example, on a 5-line staff the lines would be numbered 1,3,5,7, and 9 while the spaces would be numbered 0,2,4,6,8,10. For example, a value of '9' puts the bar line through the top line of a 5-line staff.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STAFFLOC" />
</datatype>
</attDef>