Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: Change appogiatura groups to y #114

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions v2/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,22 @@ <h3>Mensural Notation</h3>
character in the clef for indicating mensural notation.
</p>
</section>
<section>
<h3>Appogiatura Group Opening Character</h3>
<p>
Previously the characters <code>qq</code> were used to start
an appogiatura (a.k.a grace note) group. However, this was
the only instance in the Plaine &amp; Easie Code where two
characters were used to start a group. It also meant that
parsing the code was a bit more difficult, since it created
ambiguities between a single `q`, or a single appogiatura
notes, or a group of notes.
</p>
<p>
In Version 2 the start of an appogiatura group is now
signalled by the lower-case letter <code>y</code>. It is
still ended by the lower-case letter <code>r</code>.
</p>
</section>
<section>
<h2>New Features</h2>
Expand Down
Loading
Loading