Version 1.3.2
lyp is a package manager for lilypond, letting you easily install and use multiple versions of lilypond, as well as packages of lilypond code.
Changes in this release:
- Fix stock lilypond includes, include search path (#44, #43).
- Remove rugged dependency from traveling ruby release.
- Fix install script to work with wget (#41).
Installing
Install lyp using the install script (view source):
$ curl -sSL https://git.io/getlyp | bash
or with Wget:
$ wget -qO- https://git.io/getlyp | bash
Windows users can download the Windows release, then run the following commands:
> unzip lyp-1.3.2-win32.zip
> lyp-1.3.2-win32\bin\lyp install self
Important notice: this release requires having git on your machine. Hopefully this restriction will be removed in a future release. To use lyp on a machine without git, you will need to install the lyp gem.
Happy lilyponding!