"so" assigned wrong shape
When applying 4-shape or 7-shape note heads to music the "so" gets an upward pointing triangle instead of the normal circular head.
Line 79 and 81 were incorrect.
degrees = [9, 12, 10, 9, 12, 10, 4];
degrees = [7, 8, 4, 9, 12, 10, 11];
Replacing the 12 in the arrays with a 0 produces the correct result.
degrees = [9, 0, 10, 9, 0, 10, 4];
degrees = [7, 8, 4, 9, 0, 10, 11];
Comments
0 is a normal note head, 12 for sol, at least as per documentation
What's the key signature? I just tried with C major and it works correctly.
C major.
It may be a distribution specific issue. It doesn't work in Fedora but it does work in Ubuntu.
Is it the same version of MuseScore? if yes, they may use a different font...
Should be fixed since long, when these had been moved into musescore directy