ABC notation/installation
We need the following programs.
abcm2ps: .abc file to .ps file
ps2pdf: .ps file to .pdf file
You can install abcm2ps as below.
NetBSD
If you use NetBSD, you can install from binary packages.
# pkgin install abcm2ps
other operation system
You can install abcm2ps from lewdlime/abcm2ps of github (please search on the internet).
% cd /PATH_TO_INSTALL_DIRECTORY/
% git clone GITHUB_URL.git
Follow the instruction of README. Basically configuration and make is enough.
% cd abcm2ps
% ./configure
% make