<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div><br></div><div>I'm looking for a good approach to describe the relationship between <part> elements in different movements. In my actual encoding of the piece (see a very simplified example below) the only possibility to guess the relationship between the Violin 1 in the first ("mdiv1_part1") and second ("mdiv2_part1") movement is by comparing their label attributes. And that is not really a thing I want to rely on when I programmatically read MEI files. </div><div><br></div><div>Is there a better and/or more precise way of encoding the relationship?</div><div><br></div><div><br></div><div>By the way, why is <mdiv> surrounding <scrore> or <parts>? Wouldn't it be much more intuitive, at least if you use <mdiv> as containers for movements together with parts, to switch this the other way round? </div><div><br></div><div>Cheers and thanks,</div><div>Daniel</div><div><br></div><div><br></div><div>Encoding example:</div><div><br></div><div><body></div><div>   <mdiv xml:id="mdiv1" label="Allegro"></div><div>      <parts></div><div>         <part xml:id="mdiv1_part1" label="Violin 1"></div><div>            …</div><div>         </part></div><div>         <part xml:id="mdiv1_part2" label="Violin 2"></div><div>            …</div><div>         </part></div><div>      </parts></div><div>   </mdiv></div><div>   <mdiv xml:id="mdiv2" label="Allegretto"></div><div>      <parts></div><div>         <part xml:id="mdiv2_part1" label="Violin 1"></div><div>            …</div><div>         </part></div><div>         <part xml:id="mdiv2_part2" label="Violin 2"></div><div>            …</div><div>         </part></div><div>      </parts></div><div>   </mdiv></div><div></body></div><div><br></div><div><br></div><div><br></div><div><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>--</div><div>Dipl. Wirt. Inf. Daniel Röwenstrunk</div><div>Project manager</div><div>BMBF-Project "Freischütz Digital"</div><div><br></div><div>Musikwiss. Seminar Detmold/Paderborn</div><div>Gartenstr. 20</div><div>D-32756 Detmold</div><div><br></div><div>Tel.: +49 5231 975665</div><div>Mail: <a href="mailto:roewenstrunk@edirom.de">roewenstrunk@edirom.de</a></div></div><div>URL: <a href="http://www.freischuetz-digital.de">http://www.freischuetz-digital.de</a></div></div><br class="Apple-interchange-newline"></div></div><br class="Apple-interchange-newline">
</div>

<br></div></body></html>