att.stringtab

String tablature string and fret information.
Module
MEI.stringtab
Attributes
tab.fing, tab.fret, tab.string
tab.fing(optional)Indicates which finger, if any, should be used to play an individual string. The index, middle, ring, and little fingers are represented by the values 1-4, while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings, respectively. Value conforms to data.FINGER.FRET.
tab.fret(optional)Records the location at which a string should be stopped against a fret. Value conforms to data.FRETNUMBER.
tab.string(optional)Records which string is to be played. Value conforms to data.STRINGNUMBER.
tab.fing(optional)Indicates which finger, if any, should be used to play an individual string. The index, middle, ring, and little fingers are represented by the values 1-4, while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings, respectively. Value conforms to data.FINGER.FRET.
tab.fret(optional)Records the location at which a string should be stopped against a fret. Value conforms to data.FRETNUMBER.
tab.string(optional)Records which string is to be played. Value conforms to data.STRINGNUMBER.
Tablature component declarations.
tab.fing(optional)Indicates which finger, if any, should be used to play an individual string. The index, middle, ring, and little fingers are represented by the values 1-4, while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings, respectively. Value conforms to data.FINGER.FRET.
tab.fret(optional)Records the location at which a string should be stopped against a fret. Value conforms to data.FRETNUMBER.
tab.string(optional)Records which string is to be played. Value conforms to data.STRINGNUMBER.
Available at
noteA single pitched event.
chordMemberAn individual pitch in a chord defined by a chordDef element.
chordMemberAn individual pitch in a chord defined by a chordDef element.
noteA single pitched event.
Declaration
<classSpec ident="att.stringtab" module="MEI.stringtab" type="atts">
<desc>String tablature string and fret information.</desc>
<attList org="group">
<attDef ident="tab.fing" usage="opt">
<desc>Indicates which finger, if any, should be used to play an individual string. The index, middle, ring, and little fingers are represented by the values 1-4, while 't' is for the thumb. The values 'x' and 'o' indicate muffled and open strings, respectively.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.FINGER.FRET" />
</datatype>
</attDef>
<attDef ident="tab.fret" usage="opt">
<desc>Records the location at which a string should be stopped against a fret.</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>
</attList>
</classSpec>