WARNING: The  text below the ">>>"is taken from the abcplus OSX bundle downloaded from
'https://sourceforge.net/projects/abcplus/', where it resides in the 'bin' subdirectory.
For Musicraft, you should not need to do any separate installation of these OSX binaries. Musicraft
should find them in place, provied you give the '-S' optionm when startng Musicraft.

>>>


How to install these programs
=============================

If you know how to do it, I would recommend that you copy these
programs to $HOME/bin/ (create it if it does not exist) and add this
directory to your $PATH. This is easily done adding this line to your
$HOME/.bash_profile:

export PATH=$HOME/bin:$PATH

Otherwise, you can just copy the programs to /usr/local/bin. Open the
Terminal and type these commands:

user~$ sudo cp * /usr/local/bin/
Password: 
user~$ _

If you want to run TextEdit from the command line, you should also add
this line to your $HOME/.bash_profile:

export PATH=/Applications/TextEdit.app/Contents/MacOS/:$PATH

Alternatively, open a .abc file this way:

user~$ open -t file.abc

the -t option will run the default editor.
