<music> element instead of <body>, and <front> and <back> to
accommodate text. The goals for MEI are to encode CMN “out of the box”, to limit
verbosity without compromising the self-documenting aspect of XML, to support
repertoires other than CMN, and to support creation of multi-lingual interfaces
by allowing generic identifier names to be changed, all to better enable
creation of scholarly editions. In this poster presentation we highlight the
recent developments made to improve and extend MEI with a special emphasis on
the impacts these developments can have on digital musicology and scholarship. 
Figure 1. Sample CMN rendition of "Quem queritis"
<?xml version="1.0" encoding="UTF-8"
standalone="no">
<!DOCTYPE mei SYSTEM
"http://www.lib.virginia.edu/digital/resndev/mei/mei17b/
mei17b.dtd">
<mei version="1.7b">
<meihead>
<meiid/>
<filedesc>
<titlestmt>
<title>"Quem queritis"</title>
</titlestmt>
<notesstmt>
<bibnote type="encoding-date">2003-03-15</
bibnote>
</notesstmt>
</filedesc>
<profiledesc>
<langusage>
<language id="la"/>
</langusage>
</profiledesc>
<revisiondesc>
<change>
<changedesc>
<p>Transcoded from MusicXML
version 1.0</p>
</changedesc>
<date>2006-09-26-04:00</date>
</change>
</revisiondesc>
</meihead>
<measure>, such as for timed events. MEI is introducing
new concepts to enable such encoding: events -- ligature, mensuration and
proportion signs; orthographic vs. semantic accidentals; barlines, and new
attributes and attribute values. <source> element holds bibliographic and physical
description of a single source document and can be linked to specific data via
its data attribute, while data can be linked to the source via the source
attribute, a mechanism not unlike the “declarable/ declaring” attributes in TEI.
When the meiCrit parameter entity is enabled, parallel alternative encodings are
possible at the score, measure, and staff levels. This feature would be
particularly useful for the construction of such scholarly editions as the
“Online Chopin Variorum Edition” (http://www.ocve.org.uk/). In the case of manuscript music, the <handlist> element in the header and the “hand”
attribute (available on most music content elements) allow one to track the
scribes, copyists, etc. who notated the music. <annot> element provides a way to group
participating events, the notes that form a descending bass line, for example,
and provide a label for the group. An editorial or analytical observation,
encoded elsewhere, may be pointed to using the linking attributes.
Alternatively, the observation may be included directly within the <annot> element. <add> (for something added by another person
or at a later date), <del> (for something
marked out), <unclear> (for illegible
passages), <damage>(damage to the carrier),
<supplied> (for data supplied by the
editor), and <handshift> to indicate a change
in scribal hands. <work>
<music>
<mdiv>
<score>
<scoredef>
<staffgrp>
<staffdef
n="1" id="P1" label.full="Voice" clef.line="2" clef.shape="G"
midi.div="2"/>
</staffgrp>
</scoredef>
<section>
<measure
n="1" id="d1e18" right="dbl">
<staff def="1">
<layer def="1">
<note id="d1e32" tstamp="0"
pname="g" oct="4" dur="4" dur.ges="2" stem.dir="up">
<verse n="1">
<syl>Quem</syl>
</verse>
</note>
<note id="d1e53" tstamp="2" pname="f"
oct="4" dur="4" dur.ges="2" stem.dir="up"/>
<note
id="d1e69" tstamp="4" pname="d" oct="4" dur="4" dur.ges="2"
stem.dir="up">
<verse n="1">
<syl
wordpos="i" con="d">que</syl>
</verse>
</note>
<note
id="d1e90" tstamp="6" pname="f" oct="4" dur="4" dur.ges="2"
stem.dir="up"/>
<note id="d1e104" tstamp="8" pname="e"
oct="4" dur="4" dur.ges="2" stem.dir="up"/>
<note
id="d1e120" tstamp="10" pname="f" oct="4" dur="4" dur.ges="2"
stem.dir="up">
<verse n="1">
<syl
wordpos="m" con="d">ri</syl>
</verse>
</note>
{CODE DELETED FOR
SPACE}
</measure>
</section>
</score>
</mdiv>
</music>
</work>
</mei>
MusicXML in Practice: Issues in Translation and Analysis.Proceedings of First International Conference MAX 2002: Musical Application Using XML, Milan, September 19-20, 2002. 2002. 47-54.