A Musescore plugin that can assess part-writing and find any errors that may have been made.
To install this plugin, copy the errorIdentifier.qml
file into Musescore's Plugins directory. This is often placed in one of a couple locations. See the following page for more details on installation https://musescore.org/en/handbook/3/plugins#installation
To run the plugin, open musescore and then select the plugins manager from the plugins menu. If the plugin was installed correctly (see installation) you should see this plugin identified in that list. Selecting the checkbox by the plugin will make the plugin available for use.
Once these steps have been completed, the plugin can be run at any time by selecting it from the analysis section of the plugins menu.
This tool includes a documentation site including instructions on how to use this software and some generally helpful instructional materials. Checkout the site here
There are a couple people I would like to thank for their assistance on this project.
Dr. Vineetha Menon served as my capstone director. Her assistance greatly helped keep the project on schedule and on track for success.
The Chord Identifier Plugin by @animikatamon was really helpful for getting off the ground with this project and getting an understanding of implementing MuseScore Plugins with QML.