data.BARRENDITION

Renderings of bar lines. Some values correspond to the Western Musical Symbols portion of the Unicode Standard.
Module MEI
Used by
Allowed values
dashed
Dashed line (Unicode 1D104).
dotted
Dotted line.
dbl
(Unicode 1D101).
dbldashed
Double dashed line.
dbldotted
Double dotted line.
end
(Unicode 1D102).
invis
Bar line not rendered.
rptstart
Repeat start (Unicode 1D106).
rptboth
Repeat start and end.
rptend
Repeat end (Unicode 1D107).
single
(Unicode 1D100).
Declaration
<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>