Skip to content

Homebrew tap for LilyPond’s unstable version

License

Notifications You must be signed in to change notification settings

nwhetsell/homebrew-lilypond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

homebrew-lilypond

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