mei:barLine

Vertical line drawn through one or more staves that divides musical notation
into metrical units.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
barplace mei:mei_data.BARPLACE optional
Records the location of a bar line.
color mei:mei_data.COLOR optional
Used to indicate visual appearance. Do not confuse this with the musical
term 'color' as used in pre-CMN notation.
control mei:mei_data.BOOLEAN optional
Indicates whether or not a bar line is "controlling"; that is, if it
indicates a point of alignment across all the parts. Bar lines within a score are usually
controlling; that is, they "line up". Bar lines within parts may or may not be
controlling. When applied to <measure>, this attribute indicates the nature of the
right barline but not the left.
copyof mei:mei_data.URI optional
Points to an element of which the current element is a
copy.
corresp restriction of list of mei:mei_data.URI optional
Used to point to other elements that correspond to this one in a generic
fashion.
evaluate restriction of xs:token optional
Specifies the intended meaning when a participant in a relationship is
itself a pointer.
facs restriction of list of mei:mei_data.URI optional
Permits the current element to reference a facsimile surface or image zone
which corresponds to it.
form mei:mei_data.BARRENDITION optional
Records the appearance and usually the function of the bar
line.
label xs:string optional
Provides a name or label for an element. The value may be any
string.
metcon mei:mei_data.BOOLEAN optional
Indicates the relationship between the content of a measure and the
prevailing meter.
n optional
Provides a number-like designation for an element.
next restriction of list of mei:mei_data.URI optional
Used to point to the next event(s) in a user-defined
collection.
prev restriction of list of mei:mei_data.URI optional
Points to the previous event(s) in a user-defined
collection.
sameas restriction of list of mei:mei_data.URI optional
Points to an element that is the same as the current element but is not a
literal copy of the current element.
synch restriction of list of mei:mei_data.URI optional
Points to elements that are synchronous with the current
element.
taktplace mei:mei_data.STAFFLOC 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.
target restriction of list of mei:mei_data.URI optional
Allows the use of one or more previously-undeclared URIs to identify
passive participants in a relationship; that is, the entities pointed
"to".
targettype xs:NMTOKEN optional
Characterization of target resource(s) using any convenient classification
scheme or typology.
tstamp mei:mei_data.BEAT optional
Encodes the onset time in terms of musical time, i.e.,
beats[.fractional_beat_part].
unit union of(xs:NMTOKEN, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
Indicates the unit of measurement. Suggested values include: 1] byte; 2]
char; 3] cm; 4] in; 5] issue; 6] mm; 7] page; 8] pc; 9] pt; 10] px; 11] record; 12] vol;
13] vu
when mei:mei_data.URI optional
Indicates the point of occurrence of this feature along a time line. Its
value must be the ID of a when element elsewhere in the document.
width mei:mei_data.MEASUREMENTABS optional
Measurement of the horizontal dimension of an entity.
xlink:actuate restriction of xs:token optional
Defines whether a link occurs automatically or must be requested by the
user.
xlink:role mei:mei_data.URI optional
Characterization of the relationship between resources. The value of the
role attribute must be a URI.
xlink:show restriction of xs:token optional
Defines how a remote resource is rendered.
xml:base mei:mei_data.URI optional
Provides a base URI reference with which applications can resolve relative
URI references into absolute URI references.
xml:id xs:ID optional
Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.

Used By

Element Group mei:mei_model.eventLike

Source

<xs:element name="barLine">
  <xs:annotation>
    <xs:documentation>Vertical line drawn through one or more staves that divides musical notation into metrical units.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="mei:mei_att.common.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.pointing.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.targeteval.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.barLine.log.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.barLine.vis.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.barLine.ges.attributes"/>
    <xs:attributeGroup ref="mei:mei_att.barLine.anl.attributes"/>
  </xs:complexType>
</xs:element>

Sample