Get enharmonic of a note
Optional
the enharmonic note name or '' if not valid note
Note.enharmonic("Db") // => "C#"Note.enharmonic("C") // => "C"Note.enharmonic("F2","E#") // => "E#2" Copy
Note.enharmonic("Db") // => "C#"Note.enharmonic("C") // => "C"Note.enharmonic("F2","E#") // => "E#2"
Get enharmonic of a note