<p dir="ltr">Quick question: how would you encode a chord where only some notes have a dot? </p>
<div class="gmail_quote">On Oct 14, 2015 5:17 PM, "Byrd, Donald A." <<a href="mailto:donbyrd@indiana.edu">donbyrd@indiana.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I agree: chords themselves are never dotted. Chords containing a mixture of dotted and undotted notes have been observed in the music of Bartok and Brahms; they surely occur in other composers. The essential point is that chords can contain notes with any mixture of durations.<br>
<br>
--Don<br>
<br>
<br>
On Oct 14, 2015, at 10:30 AM, "Roland, Perry D. (pdr4h)" <<a href="mailto:pdr4h@eservices.virginia.edu">pdr4h@eservices.virginia.edu</a>><br>
 wrote:<br>
<br>
><br>
> The lack of <dot> within <rest> is an oversight that can be easily remedied.  It will be there in the next release.<br>
><br>
> <dot> within <chord>, however, is a completely different problem.  It seems to me that chords are never dotted, only the notes within them.  It is true that @dots is allowed on <chord>, but it was placed there as a convenience.  However, one cannot extrapolate from its existence the need to allow <dot> within <chord>.  As Jo has already noted, allowing <dot> within <chord> introduces unnecessary complexity and ambiguity, so I advise against that approach.<br>
><br>
> I’m not trying to re-ignite the recent discussion re: so-called “invisible accidentals” and its focus on redundancy, but since the following encoding<br>
><br>
> <chord dur=”2” dots=”1”><br>
>   <note /><br>
>   <note /><br>
>   <note /><br>
> </chord><br>
><br>
> is short hand for<br>
><br>
> <chord><br>
>   <note dur=”2” dots=”1” /><br>
>   <note dur=”2” dots=”1” /><br>
>   <note dur=”2” dots=”1” /><br>
> </chord><br>
><br>
> and because these attributes are all optional, then there’s nothing inherently wrong with<br>
><br>
> <chord dur=”2” dots=”1”><br>
>   <note dur=”2” dots=”1” /><br>
>   <note dur=”2” dots=”1” /><br>
>   <note dur=”2” dots=”1” /><br>
> </chord><br>
><br>
> The @dur and @dots attributes on <chord> are redundant, but allow the kind of “one stop” rhythmic query Jo is seeking.<br>
><br>
> Similarly, there is nothing wrong with the following:<br>
><br>
> <chord dur=”2” dots=”1”><br>
>   <note dur=”2” dots=”1”><br>
>     <dot /> <!—points to SVG shape --><br>
>   </note><br>
>   <note dur=”2” dots=”1”><br>
>     <dot /> <!—points to SVG shape --><br>
>   </note><br>
>   <note dur=”2” dots=”1”><br>
>     <dot /> <!—points to SVG shape --><br>
>   </note><br>
> </chord><br>
><br>
> Again, there is redundancy between the @dots attribute on <note> and the <dot> element, but they serve different purposes -- @dots exists in the logical domain and <dot> exists in the visual one.  The <dot> element is providing additional information not communicated by the @dots attribute, not supplanting it.<br>
><br>
> It’s often difficult to draw a bright line between the logical and visual domains.  As a general rule, however, when there is only one “source of information”, such as note/@dots, then it functions in both domains.  The addition of another “source”, such as note/dot, separates the domains.  In other words, the visual domain can often be surmised from the logical, but making it explicit requires extra information; that is, usually elements.  (BTW, the gestural domain can also be inferred from the logical/visual, but making it explicit also requires additional information, usually attributes.)<br>
><br>
> <dot> is permitted inside <layer> in order to capture the ambiguous nature of dots in the mensural repertoire and probably should be disallowed by the CMN customization.  Using layer/dot in this case would be abuse in my opinion.<br>
><br>
> --<br>
> p.<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" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a><br>
<br>
---<br>
Donald Byrd<br>
Woodrow Wilson Indiana Teaching Fellow<br>
Adjunct Associate Professor of Informatics<br>
Visiting Scientist, Research Technologies<br>
Indiana University Bloomington<br>
<br>
<br>
<br>
<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" rel="noreferrer" target="_blank">https://lists.uni-paderborn.de/mailman/listinfo/mei-l</a><br>
</blockquote></div>