Closed berteh closed 4 years ago
Thanks for your feedback.
As a similar feature is being integrated in the main release of MuseScore (finally, great!), I personnaly don't plan on supporting this script further. You are of course free to take over from me if you want to. Kindly let me know: https://github.com/musescore/MuseScore/pull/5129#issuecomment-601717806
If you wanna keep using this script be sure to check out if you rather use improved version by @Bacchushlg, with
- automatic creation of a new staff line (only one initial staff is accepted in the moment)
- correct chord length according to the distance to the next chord symbol
- some additional chords and synonyms
prevent incorrect chords to crash the plugin (https://musescore.org/en/node/16812#comment-292966)
Fatal: ASSERT: "note->tpc() != Tpc::TPC_INVALID" in file ...\MuseScore\libmscore\undo.cpp, line 1340 (:0, )
I have an "F4" and 2 beats later a plain "3", something that the chord parse doesn't pars (and doesn't need to), guess the plugin needs to handle that somehow.