There is a problem in Notename plugin
MuseScore is really good software.
I think I have found a bug in notename plugin today.
I think it is because of a language translation in Korean.
In the score the note is "Bb", but MuseScore shows "B".
I modified notenames.qml and it works well.
- c:\Program Files (x86)\MuseScore 2\plugins\notenames.qml
* line 48 :
case 12: text.text = qsTranslate("InspectorAmbitus", "B♭") + text.text; break;
===>
case 12: text.text = "B♭" + text.text; break;
I love MuseScore.
Thank you very much.
Attachment | Size |
---|---|
main.jpg | 72.26 KB |
Comments
The bug is in the Korean translation of MuseScore. This has been discussed just recently, See #122021: Plug in->Note->note name ERROR
I think I've fixed it now, so it should work in MuseScore 2.1 after you update the translations (it is too late to fix translations for 2.0.x?
In reply to The bug is in the Korean by Jojo-Schmitz
Dear jojo-Schmitz,
I am using MuseScore in English.
I can wait until MuseScore will be updated for 2.1.
I really thank you very much for a good news.