att.expandable

Attributes that indicate whether to render a repeat symbol or the source material to which it refers.
Module
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
beatRptAn indication that material on a preceding beat should be repeated.
halfmRptA half-measure repeat in any meter.
mRptAn indication that the previous measure should be repeated.
mRpt2An indication that the previous two measures should be repeated.
multiRptMultiple repeated measures.
Common Music Notation (CMN) repertoire component declarations.
beatRptAn indication that material on a preceding beat should be repeated.
halfmRptA half-measure repeat in any meter.
mRptAn indication that the previous measure should be repeated.
mRpt2An indication that the previous two measures should be repeated.
multiRptMultiple repeated measures.
Declaration
<classSpec ident="att.expandable" module="MEI.cmn" type="atts">
<desc xml:lang="en">Attributes that indicate whether to render a repeat symbol or the source material to which it refers.</desc>
<attList>
<attDef ident="expand" usage="opt">
<desc xml:lang="en">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>
<rng:ref name="data.BOOLEAN"/>
</datatype>
</attDef>
</attList>
</classSpec>