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.
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>
</valList>
</content>
</macroSpec>