att.chordMember.log

Logical domain attributes.
Module
MEI.harmony
Attributes
oct, pname, tab.fing, tab.fret, tab.string
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
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.
(MEI.shared) Attributes that record written pitch name and octave number.
(MEI.shared) Attributes that record written pitch name.
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
(MEI.shared) Attributes that record written octave.
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
(MEI.stringtab) String tablature string and fret information.
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.
Component declarations that are shared between two or more modules.
oct(optional)Captures written octave information. Value conforms to data.OCTAVE.
pname(optional)Contains a written pitch name. Value conforms to data.PITCHNAME.
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
chordMemberAn individual pitch in a chord defined by a chordDef element.
chordMemberAn individual pitch in a chord defined by a chordDef element.
Declaration
<classSpec ident="att.chordMember.log" module="MEI.harmony" type="atts">
<desc>Logical domain attributes.</desc>
<classes>
<memberOf key="att.pitched"/>
<memberOf key="att.stringtab"/>
</classes>
</classSpec>