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
<beatRpt>An indication that material on a preceding beat should be repeated.
<halfmRpt>A half-measure repeat in any meter.
<mRpt>An indication that the previous measure should be repeated.
<mRpt2>An indication that the previous two measures should be repeated.
<multiRpt>Multiple repeated measures.
Common Music Notation (CMN) repertoire component declarations.
<beatRpt>An indication that material on a preceding beat should be repeated.
<halfmRpt>A half-measure repeat in any meter.
<mRpt>An indication that the previous measure should be repeated.
<mRpt2>An indication that the previous two measures should be repeated.
<multiRpt>Multiple 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>