This is a Homebrew tap for installing the unstable version of LilyPond. There is also a formula for Abjad.
To install the unstable version of LilyPond, run:
brew install nwhetsell/lilypond/lilypond-unstable
To use the unstable version of LilyPond, you can either add it to your PATH
, or run:
brew unlink lilypond; brew link lilypond-unstable
You should now be able to run the unstable version of LilyPond:
lilypond --loglevel=ERROR --output=c-major-scale - <<EOS
\relative { c' d e f g a b c }
EOS
open c-major-scale.pdf