<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style><style type="text/css"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Arial Unicode MS;color: #000000;font-size: 12pt;">
<div><br>
</div>
Hi Tristano,
<div><br>
</div>
<div>I thought this was covered in the Guidelines, but taking a closer look, I find that it isn't.  So, I'll try to explain.</div>
<div><br>
</div>
<div>There are multiple aspects of repeated sections that must be taken into account.  First, there are the signs found in the notation. Second, there is the question of how the signs should be interpreted in performance.  The first aspect is partially covered,
 as you already know, by the @left and @right attributes on <measure>.  The second is encoded using the <expansion> element.  <expansion> provides the means to encode the performance order of <section> and <ending> elements.  There could be multiple interpretations
 of the repeat structure, so <expansion> is repeatable.</div>
<div><br>
</div>
<div>Here's an encoding of the relevant portion of your first example:</div>
<div><br>
</div>
<div>
<div><section></div>
<div>  <expansion plist="A Ending1 A Ending1 A Ending2"/></div>
<div>  <section xml:id="A"></div>
<div>    <measure n="1" left="rptstart"/></div>
<div>    <!-- measures 2 - 8 --></div>
<div>  </section></div>
<div>  <ending n="1" xml:id="Ending1" label="1. 2."></div>
<div>    <measure n="9" right="rptend"/></div>
<div>  </ending></div>
<div>  <ending n="2" xml:id="Ending2" label="3.></div>
<div>    <measure n="10" right="end"/></div>
<div>  </ending></div>
<div></section></div>
</div>
<div><br>
</div>
<div>The repeat signs and the ending bar are encoded using @left and @right attributes.  <ending> elements are used to wrap the measures under the first and second ending brackets.  In order to be able to assign an ID to the repeated part of the music (measures
 1 - 8), these measures are wrapped in a child <section> element.  It's the performance order of the children of this outer section that the <expansion> element's @plist attribute describes: section A, then Ending1, section A, then Ending1, section A, then
 Ending2.  </div>
<div><br>
</div>
<div>The only other "wrinkle" is the labeling of the endings.  The @n attribute can be used to give a number or name to elements, such as the endings in this case.  But, since @n can only hold a single token, if you want a space in the name, it's better to
 use the @label attribute. (I'll leave the larger discussion of "name" vs. "label" for another time.)</div>
<div><br>
</div>
<div>Your second example doesn't introduce any new problems, so I leave it to you to work out its encoding.  If you run into difficulty, though, just let me know.</div>
<div><br>
</div>
<div>--</div>
<div>p.</div>
<div>
<div>
<div class="BodyFragment"><font size="2">
<div class="PlainText"><br>
__________________________<br>
Perry Roland<br>
Music Library</div>
<div class="PlainText">University of Virginia</div>
<div class="PlainText">P. O. Box 400175</div>
<div class="PlainText">Charlottesville, VA 22904<br>
434-982-2702 (w)<br>
pdr4h (at) virginia (dot) edu</div>
</font></div>
</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF520892" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> mei-l [mei-l-bounces@lists.uni-paderborn.de] on behalf of Tristano Tenaglia [tristano.tenaglia@mail.mcgill.ca]<br>
<b>Sent:</b> Monday, June 15, 2015 3:28 PM<br>
<b>To:</b> mei-l@lists.uni-paderborn.de<br>
<b>Subject:</b> [MEI-L] Mei Repeats<br>
</font><br>
</div>
<div></div>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<div id="divRpF599126" style="direction:ltr"><span style="font-family:Tahoma; font-size:10pt">Dear MEI Community,</span></div>
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div><br>
</div>
<div>I am wondering how repeats would be encoded in MEI. From the examples that I have seen so far, @left and @right attributes inside of measure elements can be given "rptstart" or "rptend" values and programs such as Verovio will interpret them accordingly.
 However let's say we have multiple endings with multiple bars <span style="font-size:10pt">or a multiple bar ending that needs to be repeated several times, then I am having trouble finding some examples. </span></div>
<div><span style="font-size:10pt"><br>
</span></div>
<div><span style="font-size:10pt">I have included some sample photos to give you an idea of what I am looking for.</span></div>
<div><span style="font-size:10pt"><br>
</span></div>
<div><span style="font-size:10pt">Would anyone be able to explain or send me some sample encoding of these cases?</span></div>
<div><span style="font-size:10pt"><br>
</span></div>
<div><span style="font-size:10pt">Regards,</span></div>
<div><span style="font-size:10pt"><span class="Apple-tab-span" style="white-space:pre"></span>Tristano Tenaglia</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>