[MEI-L] graceful beams

Maja Hartwig maja.hartwig at gmx.de
Fri Apr 12 11:02:10 CEST 2013


Dear MEIers,

while working on a revised version of the MusicXML to MEI stylesheets, we noticed a situation that is not absolutely clear in MEI, or that could be improved by better documentation. We have an MusicXML file that has beamed chords with a leading grace note each. Those grace notes are not part of the beam (look at colored sample). While the old converter produces a single <beam> element which holds all chords, but also the grace notes (beginning with the second). This results in the rendition you see in the black&white sample. 

<grace1/>
<beam>
	<chord/>
	<grace2/>
	<chord/>
	…
</beam>

Of course MEI allows to avoid the beam element and use a beamSpan, which connects all chords to a beam from an external point, leaving out the grace notes. However, this markup seems slightly more complicated. 

<grace1/>
<chord1/>
<grace2/>
<chord2/>
<grace3/>
<chord3/>

…
<beamSpan members="chord1 chord2 chord3"/>

(everything above is pseudo code, MEI is not working exactly like this)

While we could simply stick with the beamSpan solution, I wonder if there is such thing as a grace note being member of a regular beam at all? Of course grace notes may be beamed, but only amongst their kind, correct? If this would be the case, we could simply define in the guidelines that grace notes do not attach to a beam drawn by a parent beam element. However, this solution would mean that there wouldn't be a way to attach it to that beam unless we come up with a new solution for that issue. What do you think? Have you ever seen a grace note attached to a regular beam? Do you expect that there is one out there? Don? 

Best,
Johannes

(having captured Maja's machine…)


-------------- n?chster Teil --------------
Ein Dateianhang mit Bin?rdaten wurde abgetrennt...
Dateiname   : PastedGraphic-1.png
Dateityp    : image/png
Dateigr??e  : 8663 bytes
Beschreibung: nicht verf?gbar
URL         : <http://lists.uni-paderborn.de/pipermail/mei-l/attachments/20130412/fbc85dc5/attachment.png>
-------------- n?chster Teil --------------
Ein Dateianhang mit Bin?rdaten wurde abgetrennt...
Dateiname   : PastedGraphic-2.png
Dateityp    : image/png
Dateigr??e  : 5005 bytes
Beschreibung: nicht verf?gbar
URL         : <http://lists.uni-paderborn.de/pipermail/mei-l/attachments/20130412/fbc85dc5/attachment-0001.png>


More information about the mei-l mailing list