Skip to content

Instantly share code, notes, and snippets.

@ntoll
Created May 25, 2014 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ntoll/fbf34d527d0bce6ca83c to your computer and use it in GitHub Desktop.
Save ntoll/fbf34d527d0bce6ca83c to your computer and use it in GitHub Desktop.
$ cd foox
$ mkvirtualenv foox
New python executable in foox/bin/python
Installing setuptools, pip...done.
$ python setup.py install
running install
running build
running build_py
[... a bunch of install stuff ...]
$ foox -s 1 -cf 5 7 6 5 8 7 9 8 7 6 5
[... output from foox ...]
$ ls
out.ly
$ lilypond out.ly
[... output from lilypond ...]
At this point you'll have an out.pdf containing the score and an out.midi so you can listen to the result.
Hope this helps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment