data.NOTATIONTYPE

Notation type and subtype
Module MEI
Used by
att.notationtype (@notationtype)
Allowed values
cmn
Common Music Notation.
mensural
Mensural notation.
mensural.black
Black mensural notation.
mensural.white
White mensural notation.
neume
Neumatic notation.
tab
Tablature notation.
Declaration
<content>
<valList type="closed">
<valItem ident="cmn">
<desc>Common Music Notation.</desc>
</valItem>
<valItem ident="mensural">
<desc>Mensural notation.</desc>
</valItem>
<valItem ident="mensural.black">
<desc>Black mensural notation.</desc>
</valItem>
<valItem ident="mensural.white">
<desc>White mensural notation.</desc>
</valItem>
<valItem ident="neume">
<desc>Neumatic notation.</desc>
</valItem>
<!--<valItem ident="neume.heighted"><desc>Heighted neumatic notation</desc></valItem> <valItem ident="neume.unheighted"><desc>Unheighted neumatic notation</desc></valItem>-->
<valItem ident="tab">
<desc>Tablature notation.</desc>
</valItem>
</valList>
</content>