<div dir="ltr"><div><div><div>Dear Majohannes,<br><br></div>I think grace notes could still explicitly be made part of a beam using the method you described above, using <beamSpan> and @plist.  (Or is this now called @members?)<br>
</div>  I think being forced to resort to <beamSpan> is more than justified for the very rare or even non-existing case of grace-notes that are under the same beam with normal notes.<br><br></div>Thomas<br><div><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/12 Maja Hartwig <span dir="ltr"><<a href="mailto:maja.hartwig@gmx.de" target="_blank">maja.hartwig@gmx.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear MEIers,<br>
<br>
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.<br>

<br>
<grace1/><br>
<beam><br>
        <chord/><br>
        <grace2/><br>
        <chord/><br>
        …<br>
</beam><br>
<br>
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.<br>
<br>
<grace1/><br>
<chord1/><br>
<grace2/><br>
<chord2/><br>
<grace3/><br>
<chord3/><br>
<br>
…<br>
<beamSpan members="chord1 chord2 chord3"/><br>
<br>
(everything above is pseudo code, MEI is not working exactly like this)<br>
<br>
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?<br>

<br>
Best,<br>
Johannes<br>
<br>
(having captured Maja's machine…)<br>
<br>
<br>
<br>_______________________________________________<br>
mei-l mailing list<br>
<a href="mailto:mei-l@lists.uni-paderborn.de">mei-l@lists.uni-paderborn.de</a><br>
<a href="https://lists.uni-paderborn.de/mailman/listinfo/mei-l" target="_blank">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a><br>
<br></blockquote></div><br></div>