jgadsden / tin-whistle-tablature

MuseScore plugin to add tablature / finger diagrams to a tin whistle staff in a score
https://musescore.org/en/project/tin-whistle-tablature
GNU General Public License v2.0
21 stars 6 forks source link

Generated tabs are not corrected if you change a note and regenerate #39

Closed uthidata closed 4 months ago

uthidata commented 5 months ago

For the tin whistle in D, if I have an A note and generate tabs via the plugin, it works as expected: image

If I change said note to B and regenerate tabs, the new tab is overlaid on the old tab: image

resulting in wrong-looking tabs. In the image, the first note actually has 2 tabs, and the "newer" one has one hole covered, but because it is overlaid on the one with 2 holes covered, the second hole is still black.

Is it possible to delete previously generated tabs before creating new ones?

jgadsden commented 5 months ago

Not at the moment @uthidata , but if you want to take a look at this and see if it can be implemented? that would be great

uthidata commented 5 months ago

@jgadsden I created a PR for it.