Menu
Week 3: Encoding Basics for Notation
Task 1: Rendering MEI file using Verovio
First, we needed to export the MusicXML file from MuseScore. Then we had to convert the MusicXML file to an MEI file. You can find all the files here:
Verovio is loading...
Task 2: Comparative Analysis
Comparison of a note element
The tag is used in both MusicXML and MEI to represent a note element, for example, encapsulating details such as the duration of a musical note. While MusicXML vertically organizes elements, MEI presents them in a single horizontal line, facilitating a more convenient reading experience. This arrangement allows for a comprehensive view of all note attributes in MEI code at a glance.
Comparison of an octave element
In MusicXML and MEI (Music Encoding Initiative), the element is used to represent the octave shift of a note. In MusicXML, the element is typically a child element of the element. It is used to specify the octave displacement of a note. In MEI, the element is also used to represent octave displacement, but it is typically part of the element rather than the element.
Comparison of a key element
In both MusicXML (Music eXtensible Markup Language) and MEI (Music Encoding Initiative), the element is used to represent information about the key signature in a musical score. In MusicXML, the element is used to specify the key signature. The element includes and . In MEI, the element is also used to represent the key signature, but it typically includes child elements such as to provide more detailed information.