att.expandable

Attributes that indicate whether to render a repeat symbol or the source material to which it refers.
Module
MEI.cmn
Attributes
expand
expand(optional)Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol. Value conforms to data.BOOLEAN.
expand(optional)Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol. Value conforms to data.BOOLEAN.
Common Music Notation (CMN) repertoire component declarations.
expand(optional)Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol. Value conforms to data.BOOLEAN.
Available at
beatRpt(beat repeat) – An indication that material on a preceding beat should be repeated.
halfmRpt(half-measure repeat) – A half-measure repeat in any meter.
mRpt(measure repeat) – An indication that the previous measure should be repeated.
mRpt2(2-measure repeat) – An indication that the previous two measures should be repeated.
multiRpt(multiple repeat) – Multiple repeated measures.
beatRpt(beat repeat) – An indication that material on a preceding beat should be repeated.
halfmRpt(half-measure repeat) – A half-measure repeat in any meter.
mRpt(measure repeat) – An indication that the previous measure should be repeated.
mRpt2(2-measure repeat) – An indication that the previous two measures should be repeated.
multiRpt(multiple repeat) – Multiple repeated measures.
Declaration
<classSpec ident="att.expandable" module="MEI.cmn" type="atts">
<desc>Attributes that indicate whether to render a repeat symbol or the source material to which it refers.</desc>
<attList org="group">
<attDef ident="expand" usage="opt">
<desc>Indicates whether to render a repeat symbol or the source material to which it refers. A value of 'true' renders the source material, while 'false' displays the repeat symbol.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.BOOLEAN" />
</datatype>
</attDef>
</attList>
</classSpec>