Easy steps to install abcm2ps

abcm2ps Package Installation on Mac

About abcm2ps : ABC music notation software!

abcm2ps is a command line program which converts ABC to music sheet in PostScript or SVG format. It is an extension of Michael Methfessel’s abc2ps which may handle many voices per staff.
Here are an (old) example and a static XHTML formatting using a Bourne shell script.
Its source is now hosted at GitHub.
More Information: http://moinejf.free.fr
Steps:

  1. Launch Terminal by pressing command+space , type terminal and hit Enter key
  2. Run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install
    brew install abcm2ps

Done!