<div dir="ltr">Dear list,<div><br></div><div>I was wondering if it is possible to combine two ornaments in MEi to describe one ornament on the page.</div><div><br></div><div>(Please forgive any possible misunderstandings because of my limited knowledge of ornamentation outside of common symbols and little more.)</div><div><br></div><div>For example how could I encode the type of mordent that in SMuFL is called "mordent with release"? <br><a href="http://www.smufl.org/version/latest/glyph/ornamentPrecompMordentRelease/">http://www.smufl.org/version/latest/glyph/ornamentPrecompMordentRelease/</a></div><div><br></div><div>The MEI encoding would definitely depend on context. Factors that will determine the encoding are: what kind of score is it in; who is the composer; which geographical place is the composer writing in; time/era of composition; and many more.</div><div><br></div><div>Either way, none of the MEI elements <mordent>, <trill>, and <turn> will be able to represent it adequately on its own. It will need to be a combination of those elements.</div><div><br></div><div>Based solely on my training as a pianist, I would guess that this ornament should be treated as a trill plus a turn. If it were on a c note, I would resolve it as d-c-d-c d-c-b-c.</div><div>I might be wrong about the exact resolution, but bear with me for the sake of discussing combining MEI ornaments.</div><div><br></div><div>So I could encode this "mordent with release" with:</div><div><br></div><div><div><trill /></div><div><turn form="norm"/></div></div><div><br></div><div>I could then connect them together with @prev and @next</div><div><br></div><div><div><trill xml:id="trill_1" next="#turn_1" /></div><div><turn xml:id="turn_1" form="norm" prev="#turn_1"/></div></div><div><br></div><div>That could be enough for what MEI is concerned. Do you agree? Is there a better way of encoding this?</div><div><br></div><div>Finally, what if I wanted to map this to a specific rendition? eg to a SMuFL code, or my own SVG drawing? -- if I understand correctly, this is what the user defined symbol module is for (for some elements) [1].</div><div><br></div><div>However, there is currently no way of using the user defined symbol module for mapping one ornament element to a symbol. Though there is good reason to believe this is in the process of being adjusted for the 2015 release [2] [3]. This will likely be done with @altsym, and/or other dedicated attributes.</div><div><br></div><div>But even with that upgrade in mind, how would I map my "combined" elements with one symbol? The only solution I could think of is a bit redundant, ideas?</div><div><br></div><div><div><trill xml:id="trill_1" next="#turn_1" altsym="#combinedSymbol" /></div><div><turn xml:id="turn_1" form="norm" prev="#turn_1" altsym="#combinedSymbol"/></div></div><div>(this is invalid in MEI 2014, but possibly valid in 2015)</div><div><br></div><div>Thanks,</div><div>Raff</div><div><br></div><div>[1] <a href="http://music-encoding.org/documentation/2.1.1/userSymbols/">http://music-encoding.org/documentation/2.1.1/userSymbols/</a></div><div>[2] <a href="https://github.com/music-encoding/music-encoding/issues/232">https://github.com/music-encoding/music-encoding/issues/232</a></div><div>[3] <a href="https://github.com/music-encoding/music-encoding/issues/214#issuecomment-118944042">https://github.com/music-encoding/music-encoding/issues/214#issuecomment-118944042</a></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>