MeasuringPolyphony / mp_editor

https://editor.measuringpolyphony.org
5 stars 2 forks source link

Support for corrections in the Score Editor #6

Closed martha-thomae closed 4 years ago

martha-thomae commented 4 years ago

Add support for making corrections in the Score Editor (especially, adding dots) and for re-running the "scoring-up script" afterwards.

These edits in the score would correct errors present in the original images (scribal errors present in the manuscript), not errors made during user entry.

Being able to select a note and add a dot to it, or select a note and change its note-shape are some of the basic corrections needed.

JRegimbal commented 4 years ago

As of commit 3d2dbd42add63 dots can be added/removed from the score editor by clicking on a note and pressing .. Scoring-up will be run automatically after.

JRegimbal commented 4 years ago

It's now possible to also change the duration of a selected note using the same mapping as in the input editor and to adjust the pitch of a note by using the up and down arrow keys.

JRegimbal commented 4 years ago

Added the following features:

karend27 commented 4 years ago

Nice - these all work well!