-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to input 𝄫(double flat) and 𝄪(double sharp) in REPL or vscode? #27
Comments
Yes I think I copied and pasted. There is a way to add new latex abbreviations to the REPL, but I don't remember exactly how right now. |
I found that julia was missing some useful music notation unicode completions and sometimes [had to copy and paste these unicodes to use the published package](JuliaMusic/MusicTheory.jl#27). So I picked out some unicode music symbols that might be useful, named from the [unicode standard](https://www.unicode.org/charts/PDF/U1D100.pdf). I didn't add the test, I don't think it's necessary. Thanks for reviewing. Please reply if any changes are needed. --------- Co-authored-by: Lilith Orion Hafner <[email protected]>
I've added commonly used musical Unicode completions to Julia Repl, which are expected to be available in the next version. These two symbols can be entered via I think when the next Julia is released, we can modify the |
Great thanks! I woukd have chosen the names |
I chose this naming at first, but the maintainers of Julia recommend the current naming due to the discoverability of the symbols. 😺 |
I found that julia was missing some useful music notation unicode completions and sometimes [had to copy and paste these unicodes to use the published package](JuliaMusic/MusicTheory.jl#27). So I picked out some unicode music symbols that might be useful, named from the [unicode standard](https://www.unicode.org/charts/PDF/U1D100.pdf). I didn't add the test, I don't think it's necessary. Thanks for reviewing. Please reply if any changes are needed. --------- Co-authored-by: Lilith Orion Hafner <[email protected]>
I found that julia was missing some useful music notation unicode completions and sometimes [had to copy and paste these unicodes to use the published package](JuliaMusic/MusicTheory.jl#27). So I picked out some unicode music symbols that might be useful, named from the [unicode standard](https://www.unicode.org/charts/PDF/U1D100.pdf). I didn't add the test, I don't think it's necessary. Thanks for reviewing. Please reply if any changes are needed. --------- Co-authored-by: Lilith Orion Hafner <[email protected]>
I read Unicode input documentation, and I realized there is no shortcut to input these two symbols.
So... How did you enter these two characters? If it's copy and paste, maybe I think we need an equivalent convenience.
The text was updated successfully, but these errors were encountered: