Console.Write('βͺ'); considered unicode. I guess it translates it to the nearest ASCII character. You must use U+1D160 or the corresponding Unicode, musical equivalent.
There are necessary primitives for generating a music output in Unicode encoding (starting from U + 1D100). For example, U + 1D11A is a 5-line staff, U + 1D158 is a closed notebook.
See http://www.unicode.org/charts/PDF/U1D100.pdf
.., then the problem will be that you have a font with the corresponding glyphs (and problems with correct interpolation, etc.).
IF you want to generate a printed result, you should look at Lilypond , which is an OSS musical notation package that uses a text file format to define music content and then generates a great result.
user195488
source share