Nero Blackstone
Nero Blackstone
Chrome 113.0.5672.63 sometimes has same problem I have no idea how to reproduce this bug. Close ad blocker and change the input method to English maybe work
Opera Version:98.0.4759.39 work, Chromium version:112.0.5615.165
> Not possible, because `"C"` also means the note "C". You can make a _new_ function `notes_from_chord(::String)` that accepts a chord notation and gives all notes. Agree. >Although, it still...
I think we need to implement [Interval](https://en.m.wikipedia.org/wiki/Interval_(music)) calculation on `Note` before implementing `notes_from_chord`. Because notes of the chord conform to a fixed interval relationship. So once we implement Interval calculation,...
> I am fine with this PR being merged, but I think we need to consider the original meaning of the *completion*. > > ```julia > julia> \two # TAB...
> > My question is, is it possible to extend Unicode completion using a third party package? > > I believe you got the solution. https://discourse.julialang.org/t/how-to-custom-unicode-completions/113304/3 > > Something like:...
> It's cool that Unicode has all of these symbols, but if we want to add some more to base (not to a package) perhaps we should limit the additions...
> Some additional characters that may warrant the music(al) prefix: > > ```julia > "\\tr"=>"𝆖", > "\\turn"=>"𝆗", > "\\invertedturn"=>"𝆘", > "\\turnslash"=>"𝆙", > ``` I have added "music" prefix for these...
In consideration of the controversy, I once again removed some symbols that were difficult to read or confusing. Only key symbols such as Accidentals, Codas, Clefs, Rests, Notes are retained.
Considering that REPL Unicode completion can be extended through third-party packages, I'm actually neutral on whether this PR will be merged or not. If adding a lot of music symbols...