att.stringtab

String tablature string and fret information.
Module
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.
Harmony component declarations.
chordMemberAn individual pitch in a chord defined by a chordDef element.
Component declarations that are shared between two or more modules.
noteA single pitched event.
Declaration
<classSpec ident="att.stringtab" module="MEI.stringtab" type="atts">
<desc xml:lang="en">String tablature string and fret information.</desc>
<attList>
<attDef ident="tab.fing" usage="opt">
<desc xml:lang="en">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
<val>t</val>
is for the thumb. The values
<val>x</val>
and
<val>o</val>
indicate muffled and open strings, respectively.</desc>
<datatype>
<rng:ref name="data.FINGER.FRET"/>
</datatype>
</attDef>
<attDef ident="tab.fret" usage="opt">
<desc xml:lang="en">Records the location at which a string should be stopped against a fret.</desc>
<datatype>
<rng:ref name="data.FRETNUMBER"/>
</datatype>
</attDef>
<attDef ident="tab.string" usage="opt">
<desc xml:lang="en">Records which string is to be played.</desc>
<datatype>
<rng:ref name="data.STRINGNUMBER"/>
</datatype>
</attDef>
</attList>
</classSpec>