att.note.ges.tablature

Gestural domain attributes.
Module MEI.tablature
Members
Attributes
@tab.fret(optional)Records the fret at which a string should be stopped. Value conforms to data.FRETNUMBER. att.note.ges.tablature
@tab.string(optional)Records which string is to be played. Value conforms to data.STRINGNUMBER. att.note.ges.tablature
Declaration
<attDef ident="tab.fret" usage="opt">
<desc>Records the fret at which a string should be stopped.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FRETNUMBER" />
</datatype>
</attDef>
<attDef ident="tab.string" usage="opt">
<desc>Records which string is to be played.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.STRINGNUMBER" />
</datatype>
</attDef>