data.NOTATIONTYPE

Notation type and subtype
Module
Used by
These class-based attributes use data.NOTATIONTYPE
att.notationType/@notationtypeContains classification of the notation contained or described by the element bearing this attribute.
Allowed Values
cmnCommon Music Notation.
mensuralMensural notation.
mensural.blackBlack mensural notation.
mensural.whiteWhite mensural notation.
neumeNeumatic notation.
tabTablature notation.
tab.guitarTablature notation for guitars (includes "spanish" lute tablature). Frets are indicated using numbers. Courses closest to the player's feet are at the top of the staff.
tab.lute.french"French" tablature notation for lutes. Frets are indicated using letters. Courses closest to the player's feet are at the top of the staff.
tab.lute.italian"Italian" tablature notation for lutes. Frets are indicated using numbers. Courses closest to the player's feet are at the bottom of the staff.
tab.lute.german"German" tablature notation for lutes. Fret and course information is conveyed solely by choice of symbol (vertical position is not used for this).
Declaration
<macroSpec ident="data.NOTATIONTYPE" module="MEI" type="dt">
<desc xml:lang="en">Notation type and subtype</desc>
<content>
<valList type="closed">
<valItem ident="cmn">
<desc xml:lang="en">Common Music Notation.</desc>
</valItem>
<valItem ident="mensural">
<desc xml:lang="en">Mensural notation.</desc>
</valItem>
<valItem ident="mensural.black">
<desc xml:lang="en">Black mensural notation.</desc>
</valItem>
<valItem ident="mensural.white">
<desc xml:lang="en">White mensural notation.</desc>
</valItem>
<valItem ident="neume">
<desc xml:lang="en">Neumatic notation.</desc>
</valItem>
<!-- <valItem ident="neume.heighted"> <desc xml:lang="en">Heighted neumatic notation</desc> </valItem> <valItem ident="neume.unheighted"> <desc xml:lang="en">Unheighted neumatic notation</desc> </valItem> -->
<valItem ident="tab">
<desc xml:lang="en">Tablature notation.</desc>
</valItem>
<valItem ident="tab.guitar">
<desc xml:lang="en">Tablature notation for guitars (includes "spanish" lute tablature). Frets are indicated using numbers. Courses closest to the player's feet are at the top of the staff.</desc>
</valItem>
<valItem ident="tab.lute.french">
<desc xml:lang="en">"French" tablature notation for lutes. Frets are indicated using letters. Courses closest to the player's feet are at the top of the staff.</desc>
</valItem>
<valItem ident="tab.lute.italian">
<desc xml:lang="en">"Italian" tablature notation for lutes. Frets are indicated using numbers. Courses closest to the player's feet are at the bottom of the staff.</desc>
</valItem>
<valItem ident="tab.lute.german">
<desc xml:lang="en">"German" tablature notation for lutes. Fret and course information is conveyed solely by choice of symbol (vertical position is not used for this).</desc>
</valItem>
</valList>
</content>
</macroSpec>