chords are added as staff text, not as chord symbol

• Jan 31, 2019 - 10:39
Type
Plugins
Frequency
Few
Severity
S5 - Suggestion
Reproducibility
Always
Status
active
Regression
No
Workaround
No

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