-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature-request: support key-signatures, especially for tuning symbols like up/down that aren't part of regular accidentals #13
Comments
I see that I can get a note with a single down and no # but that is for down-F-natural. That should be forcing a down symbol with a natural symbol to cancel the key signature. The natural does show correctly for plain-F-natural, but then for down-F-natural it disappears. It appears that the interaction between the ups/downs and sharp/flat symbols is just not functioning, as though the up/down support is incomplete and not recognizing up/down as modifications of the sharp/flat. |
related question/concern: is it possible (and if so how) to put ups and downs in a key signature? I wasn't clear on what the key signature notation is for that situation in order to test it. |
In this plugin, all accidentals are based on naturals, not the key signature. |
@zhenlige as I said in the original report, key-signatures are respected when the pitch is not shifted away from the default by the key signature. So, I understand that all accidentals are based on naturals, but key-signatures are still respected in the case of not showing any accidentals. So, I changed it to a feature-request, but the idea is still important. Up/down accidentals that are separate arrows should not be based on naturals but on the key-signature. |
In the up-down symbols in the Kite style, the ups and downs use
^
andv
alongside whatever regular accidentals rather than the extra sharp/natural/flat symbols with tiny arrows. This separates the microtonal tuning indications from the standard accidental marks.So, the ideal behavior would be that standard key signatures can be used, and the notes would follow them as usual. So, there's no need to show a natural just to show an up and down here.
Current status
I set
keysig 0 0 # 0 0 # 0
and put in the normal D major signature in Musescore. I see it working correctly when there is no up/down arrow, but when the up/down arrow is added, I'm seeing it with the unnecessary extra sharp (which is redundant to the key signature). I should be seeing only the arrow with the sharp being inherited from the key signature.I imagine this behavior is due to the assumption that the sharp symbol is part of the tuning indication, as it is with HEJI and the built-in extra accidentals in MuseScore
To Reproduce
Environment:
Screenshots
The text was updated successfully, but these errors were encountered: