att.stringtab

String tablature string and fret information.
Module
Attributes
tab.align, tab.course, tab.fing, tab.fret, tab.line, tab.string
tab.align(optional)Attribute that describes the vertical alignment of tablature symbols. Only applicable in cases where the symbols' vertical position does not communicate other information, such as courses (i.e., only in German lute tablature). Typical values are top and bottom. Value conforms to data.VERTICALALIGNMENT.
tab.course(optional)Records which course is to be played. Value conforms to data.COURSENUMBER.
tab.fing(optional)This attribute is deprecated and will be removed in a future version. 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.line(optional)Used in German lute tablature in cases where vertical positioning deviates from the norm which can be specified by tab.align. Indicates the position of the note on one of the horizontal strands corresponding to the lines attribute on staffDef. (Note that in this case, the lines are conceptual rather than visible). Value conforms to data.CLEFLINE.
tab.string(optional)This attribute is deprecated in favour of tab.course and will be removed in a future version. Records which string is to be played. Value conforms to data.STRINGNUMBER.
tab.align(optional)Attribute that describes the vertical alignment of tablature symbols. Only applicable in cases where the symbols' vertical position does not communicate other information, such as courses (i.e., only in German lute tablature). Typical values are top and bottom. Value conforms to data.VERTICALALIGNMENT.
tab.fing(optional)This attribute is deprecated and will be removed in a future version. 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.line(optional)Used in German lute tablature in cases where vertical positioning deviates from the norm which can be specified by tab.align. Indicates the position of the note on one of the horizontal strands corresponding to the lines attribute on staffDef. (Note that in this case, the lines are conceptual rather than visible). Value conforms to data.CLEFLINE.
tab.string(optional)This attribute is deprecated in favour of tab.course and will be removed in a future version. Records which string is to be played. Value conforms to data.STRINGNUMBER.
tab.course(optional)Records which course is to be played. Value conforms to data.COURSENUMBER.
Tablature component declarations.
tab.align(optional)Attribute that describes the vertical alignment of tablature symbols. Only applicable in cases where the symbols' vertical position does not communicate other information, such as courses (i.e., only in German lute tablature). Typical values are top and bottom. Value conforms to data.VERTICALALIGNMENT.
tab.course(optional)Records which course is to be played. Value conforms to data.COURSENUMBER.
tab.fing(optional)This attribute is deprecated and will be removed in a future version. 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.line(optional)Used in German lute tablature in cases where vertical positioning deviates from the norm which can be specified by tab.align. Indicates the position of the note on one of the horizontal strands corresponding to the lines attribute on staffDef. (Note that in this case, the lines are conceptual rather than visible). Value conforms to data.CLEFLINE.
tab.string(optional)This attribute is deprecated in favour of tab.course and will be removed in a future version. Records which string is to be played. Value conforms to data.STRINGNUMBER.
Available at
tabDurSymA visual indication of the duration of a tabGrp.
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.
Tablature component declarations.
tabDurSymA visual indication of the duration of a tabGrp.
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.align" usage="opt">
<desc xml:lang="en">Attribute that describes the vertical alignment of tablature symbols. Only applicable in cases where the symbols' vertical position does not communicate other information, such as courses (
<abbr>i.e.</abbr>
, only in German lute tablature). Typical values are
<val>top</val>
and
<val>bottom</val>
.</desc>
<datatype>
<rng:ref name="data.VERTICALALIGNMENT"/>
</datatype>
</attDef>
<!-- Below here is unchecked / legacy -->
<attDef ident="tab.fing" usage="opt">
<desc xml:lang="en">This attribute is deprecated and will be removed in a future version. 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.line" usage="opt">
<desc xml:lang="en">Used in German lute tablature in cases where vertical positioning deviates from the norm which can be specified by
<att>tab.align</att>
. Indicates the position of the note on one of the horizontal strands corresponding to the
<att>lines</att>
attribute on
<gi scheme="MEI">staffDef</gi>
. (Note that in this case, the lines are conceptual rather than visible).</desc>
<datatype>
<rng:ref name="data.CLEFLINE"/>
</datatype>
</attDef>
<attDef ident="tab.string" usage="opt">
<desc xml:lang="en">This attribute is deprecated in favour of
<att>tab.course</att>
and will be removed in a future version. Records which string is to be played.</desc>
<datatype>
<rng:ref name="data.STRINGNUMBER"/>
</datatype>
</attDef>
<attDef ident="tab.course" usage="opt">
<desc xml:lang="en">Records which course is to be played.</desc>
<datatype>
<rng:ref name="data.COURSENUMBER"/>
</datatype>
</attDef>
</attList>
</classSpec>