Skip to content

Commit

Permalink
Merge pull request #96 from rism-digital/fixed-measure-repeat
Browse files Browse the repository at this point in the history
Fixed: Add prose to measure repeat
  • Loading branch information
lpugin authored May 27, 2024
2 parents e34eab1 + f0a8291 commit ecea394
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,20 @@ <h5>Repeated figures</h5>
<section>
<h5>Repeated measures</h5>
<p>
The symbol <code>i</code> repeats the last measure. It must always be included within bar lines.
If one or more whole measures are repeated, a measure
repeat MAY be used.
</p>
<p>
The measure to be repeated MUST end with a bar line. The lower-case
character <code>i</code> MUST occur immediately after this bar line,
and MUST be immediately followed by another bar line. There MUST NOT
be any other characters between the two bar lines.
</p>
<p>
Any type of bar line MAY be used to begin or end a measure repeat group.
</p>
<p>
Measure repeats SHOULD NOT be used with Mensural notation.
</p>
<aside class="example" title="Encoding Repeated Measures">
<table class="simple" style="width: 100%">
Expand All @@ -1701,7 +1714,7 @@ <h5>Repeated measures</h5>
<code>'4ABAG/i/i/</code>
</td>
<td class="notation-result"></td>
<td>repeat measure twice</td>
<td>Repeat measure twice</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit ecea394

Please sign in to comment.