Skip to content

Commit

Permalink
Fixed: Remove closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed May 28, 2024
1 parent e1be255 commit 2b30626
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions v2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,6 @@ <h4>Octaves</h4>
</section>
<section>
<div class="issue" data-number="39"></div>
<div class="issue" data-number="4"></div>
<div class="issue" data-number="27"></div>
<h4>Durations</h4>
<p>
Note durations MUST be represented by integer values in the range <code>0-9</code>. The corresponding
Expand Down Expand Up @@ -1153,7 +1151,6 @@ <h4>Durations</h4>
</aside>
</section>
<section>
<div class="issue" data-number="42"></div>
<h4>Accidentals</h4>
<p>
An accidental MAY be used to alter the written and sounding pitch of a note. Accidentals MUST
Expand Down Expand Up @@ -1266,8 +1263,6 @@ <h4>Accidentals</h4>
</section>
<section>
<h4>Rests</h4>
<div class="issue" data-number="29"></div>
<div class="issue" data-number="41"></div>
<p>
Rests for single notes MUST be indicated by a hyphen/minus character <code>-</code>. This character
MAY be preceded by a <a>duration</a> value giving the musical duration of the rest. If the duration
Expand Down Expand Up @@ -1393,8 +1388,6 @@ <h4>Chords</h4>
<section>
<h4>Beaming</h4>
<div class="issue" data-number="24"></div>
<div class="issue" data-number="45"></div>
<div class="issue" data-number="84"></div>
<p>
Beamed notes are encoded using braces <code>{}</code>.
</p>
Expand Down Expand Up @@ -1538,7 +1531,6 @@ <h4>Bar Lines</h4>
</aside>
</section>
<section>
<div class="issue" data-number="86"></div>
<h4>Tuplets</h4>
<p>
A tuplet group MUST begin with a duration value to indicate the duration
Expand Down Expand Up @@ -1619,11 +1611,9 @@ <h4>Tuplets</h4>
</aside>
</section>
<section>
<div class="issue" data-number="28"></div>
<h4>Other Symbols</h4>
<section>
<div class="issue" data-number="1"></div>
<div class="issue" data-number="28"></div>
<div class="issue" data-number="88"></div>
<h5>Tied Notes</h5>
<p>
Tied notes MUST be indicated with an underscore character <code>_</code>.
Expand Down Expand Up @@ -1695,8 +1685,6 @@ <h5>Tied Notes</h5>
</section>
<section>
<h5>Grace Notes</h5>
<div class="issue" data-number="22"></div>
<div class="issue" data-number="75"></div>
<p>
There are two types of grace note: Acciaccatura and appogiatura.
</p>
Expand Down Expand Up @@ -1788,7 +1776,6 @@ <h5>Trill</h5>
</p>
</section>
<section>
<div class="issue" data-number="3"></div>
<h5>Fermata</h5>
<p>
The lower-case character <code>p</code> is used to indicate
Expand Down Expand Up @@ -2006,8 +1993,6 @@ <h5>Triplets</h5>
</section>
</section>
<section>
<div class="issue" data-number="26"></div>
<div class="issue" data-number="35"></div>
<h4>Change of Clef, Key Signature, Time Signature</h4>
<p>
Clefs, key signatures, and time signatures MAY be changed within an incipit.
Expand Down Expand Up @@ -2086,7 +2071,6 @@ <h4>Change of Clef, Key Signature, Time Signature</h4>
</section>
</section>
<section>
<div class="issue" data-number="48"></div>
<h2>Representation Formats</h2>
<p>
The original expression of the Plaine &amp; Easie Code was intended for physical
Expand Down

0 comments on commit 2b30626

Please sign in to comment.