att.cutout

Attributes that indicate how to render the staff lines of the measure containing an element belonging to this attribute class.
Module
MEI.cmn
Attributes
cutout
cutout(optional)"Cut-out" style. Allowed values are: "cutout" (The staff lines should not be drawn.)
cutout(optional)"Cut-out" style. Allowed values are: "cutout" (The staff lines should not be drawn.)
Common Music Notation (CMN) repertoire component declarations.
cutout(optional)"Cut-out" style. Allowed values are: "cutout" (The staff lines should not be drawn.)
Available at
mRest(measure rest) – Complete measure rest in any meter.
mSpace(measure space) – A measure containing only empty space in any meter.
spaceA placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
mRest(measure rest) – Complete measure rest in any meter.
mSpace(measure space) – A measure containing only empty space in any meter.
spaceA placeholder used to fill an incomplete measure, layer, etc. most often so that the combined duration of the events equals the number of beats in the measure.
Declaration
<classSpec ident="att.cutout" module="MEI.cmn" type="atts">
<desc>Attributes that indicate how to render the staff lines of the measure containing an element belonging to this attribute class.</desc>
<attList org="group">
<attDef ident="cutout" usage="opt">
<desc>"Cut-out" style.</desc>
<valList type="closed">
<valItem ident="cutout">
<desc>The staff lines should not be drawn.</desc>
</valItem>
</valList>
</attDef>
</attList>
</classSpec>