Sheet music in GNU Emacs
- Use "Bravura Text" font for music symbols.
- Use C-x 8 RET to enter music symbols.
- G clef is U+1D11E .
- Staff is U+E01A .
- Notes are U+1D15F and U+E1D6 .
- Use display text properties to raise the symbols.
- Save the file in enriched-mode to preserve the formatting. To display raise text property, add the following in .emacs .
Code: https://gitlab.com/atamariya/emacs/tree/dev
Music Symbol reference: http://www.smufl.org/files/smufl-0.9.pdf
Comments
Post a Comment