chords are added as staff text, not as chord symbol
Type
Plugins
Frequency
Few
Severity
S5 - Suggestion
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project
I replaced the 2 places where you wrote:
var text = newElement(Element.STAFF_TEXT);
with
var text = newElement(Element.HARMONY);
This leads to real chords in the score.
Also you might replace the greek omega with a simple 0. This is mapped to a stroke circle by MuseScore.
Overall: works very fine for me!
Comments
It works! Thanks a lot.
Ops, didn't mean to close it. New to the forum.