data.BARRENDITION

Renderings of bar lines. Some values correspond to the Western Musical Symbols portion of the Unicode Standard.
Module
MEI
Used by
These class-based attributes use data.BARRENDITION
Allowed Values
dashedDashed line (Unicode 1D104).
dottedDotted line.
dbl(Unicode 1D101).
dbldashedDouble dashed line.
dbldottedDouble dotted line.
end(Unicode 1D102).
invisBar line not rendered.
rptstartRepeat start (Unicode 1D106).
rptbothRepeat start and end.
rptendRepeat end (Unicode 1D107).
single(Unicode 1D100).
Declaration
<macroSpec ident="data.BARRENDITION" module="MEI" type="dt">
<desc>Renderings of bar lines. Some values correspond to the Western Musical Symbols portion of the Unicode Standard.</desc>
<content>
<valList type="closed">
<valItem ident="dashed">
<desc>Dashed line (Unicode 1D104).</desc>
</valItem>
<valItem ident="dotted">
<desc>Dotted line.</desc>
</valItem>
<valItem ident="dbl">
<desc>(Unicode 1D101).</desc>
</valItem>
<valItem ident="dbldashed">
<desc>Double dashed line.</desc>
</valItem>
<valItem ident="dbldotted">
<desc>Double dotted line.</desc>
</valItem>
<valItem ident="end">
<desc>(Unicode 1D102).</desc>
</valItem>
<valItem ident="invis">
<desc>Bar line not rendered.</desc>
</valItem>
<valItem ident="rptstart">
<desc>Repeat start (Unicode 1D106).</desc>
</valItem>
<valItem ident="rptboth">
<desc>Repeat start and end.</desc>
</valItem>
<valItem ident="rptend">
<desc>Repeat end (Unicode 1D107).</desc>
</valItem>
<valItem ident="single">
<desc>(Unicode 1D100).</desc>
</valItem>
</valList>
</content>
</macroSpec>