<div dir="ltr">I am not sure assume that dot attributes determine the duration and dot elements the visual appearance makes sense. The fact that we have @dots and /dot and where to encode them with chords are two different issues to me. My understanding of promoting attributes to element is that you can then have additional information, including embed them within /app and /rdg, for example. Now for making the distinction between the actual duration and the appearance we might want to introduce .ges attributes. <div><div><br></div><div>I am thinking of something like:<div><br></div><div><chord dots.ges="1"></div><div>  <note dots="1"/></div><div>  <note> <!-- no do on that note --><br></div><div></chord></div><div><br></div><div>Now if you want to represent this with elements:</div><div><br></div><div><chord></div><div>  <dot dots.ges="1"></div><div>  <note></div><div>    <dot dots="1"/></div><div>  </note>/</div><div><div>  <note/></div></div><div></chord></div></div><div><br></div><div>This is just an idea.</div><div><br></div><div>Laurent</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 14, 2015 at 12:21 PM, Kőmíves Zoltán <span dir="ltr"><<a href="mailto:zolaemil@gmail.com" target="_blank">zolaemil@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Jo,<div><br></div><div>I am thinking that this is one of the situations when relying on redundancy is a good thing - if you can. You could rely on the @dots attribute for determining the duration of chords, while relying on the element for visual representation - provided you have any means to ensure that the attribute and the element are used consistently.</div><div><br></div><div>Of course redundancy is a double-edged sword (e.g. it could cause complications if you want to make changes to a redundant model), but perhaps something to consider?</div><div><br></div><div>Best</div><div>Zoltan</div><div><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2015-10-14 9:54 GMT+01:00 Johannes Kepper <span dir="ltr"><<a href="mailto:kepper@edirom.de" target="_blank">kepper@edirom.de</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div><div class="h5">Dear list,<br>
<br>
we're slightly puzzled by the encoding of dotted chords and rests for Beethovens Werkstatt. As we need to attach SVG shapes to our dots, we have to encode them as elements. When encoding a note, this is perfectly possible, using the <dot> child element within note. However, <dot> is not allowed within rest. With chords, a <dot> is also not allowed inside <chord>. Here, I understand the complications: If you put two <dot> elements inside a chord, it could mean that there is a separate dot for each of the two notes (duration * 1.5), or it could mean that it's a double-dotted chord (duration * 1.75). This means you have to put the <dot>s inside the child notes, which means that querying for durations is really a pain (you have to look for @dur on <chord>, and for <dot> inside the contained <note>).<br>
<br>
I know it's possible to put the dot inside <layer>, but this weakens the connection between dot and the music event it belongs to in a rather severe way.<br>
<br>
Opinions? Recommendations?<br>
<span><font color="#888888"><br>
Johannes<br>
</font></span><br></div></div>_______________________________________________<br>
mei-l mailing list<br>
<a href="mailto:mei-l@lists.uni-paderborn.de" target="_blank">mei-l@lists.uni-paderborn.de</a><br>
<a href="https://lists.uni-paderborn.de/mailman/listinfo/mei-l" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a><br>
<br></blockquote></div><br></div></div>
<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" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a><br>
<br></blockquote></div><br></div>