Skip to content

Releases: noteflakes-music/lyp

Version 1.3.8

05 Feb 08:42
Compare
Choose a tag to compare

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 since the previous release:

  • Add --svg command line option (#50).
  • Improve Lilypond command line option parsing.
  • Remove non-functional --open switch.
  • Improve error reporting (print backtrace only when --verbose is specified).
  • Add --music/--music-relative command line switch for quickly entering music on the command line (#47).
  • Fix installation of non-registered github packages (#54).
  • Set default encoding to UTF-8 (#52).
  • Fix Lilypond install on Windows.
  • Accept symbol arguments for require, include commands (#49).
  • Improve docs.
  • Fix Lilypond installation link (the http://download.linuxaudio.org/lilypond links don't work anymore).

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.8-win32.zip
> lyp-1.3.8-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!

Version 1.3.4

09 Jan 12:02
Compare
Choose a tag to compare

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:

  • Recover from trying to open broken Lilypond archives.
  • Trap INT signals.
  • Better documentation (new website).

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.4-win32.zip
> lyp-1.3.4-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!

Version 1.3.3

03 Jan 23:02
Compare
Choose a tag to compare

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:

  • Properly suport stock include in flatten (#45).

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.3-win32.zip
> lyp-1.3.3-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!

Version 1.3.2

03 Jan 11:41
Compare
Choose a tag to compare

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!

Version 1.3.1

26 Dec 12:14
Compare
Choose a tag to compare

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:

  • Add lyp benchmark command (#17).
  • Add shortcuts for common commands.
  • Add lyp watch command (#38).

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.1-win32.zip
> lyp-1.3.1-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!

Version 1.2.1

22 Dec 00:15
Compare
Choose a tag to compare

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 lyp test --env command.

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.2.1-win32.zip
> lyp-1.2.1-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!

Version 1.2.0

21 Dec 12:20
Compare
Choose a tag to compare

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:

  • Implement lyp accelerate command for making lyp and lilypond scripts faster (#34).
  • Add lyp exec command for running arbitrary lilypond bundled scripts (#35).

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.2.0-win32.zip
> lyp-1.2.0-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!

Version 1.1.0

04 Dec 17:10
Compare
Choose a tag to compare

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:

  • Improve performance by loading dependencies only when needed.
  • Implement lyp update and lyp install -u commands (#33).

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.1.0-win32.zip
> lyp-1.1.0-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!

Version 1.0.3

30 Nov 12:28
Compare
Choose a tag to compare

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:

  • Refactor Lilypond option parsing.
  • Refactor version and version requirement construction.
  • Add support for finalizers in package Scheme API.
  • Fix ARGV parsing when filename includes hyphen.
  • Better documentation for Ruby extension API.
  • Better error reporting when installing packages.
  • Add appropriate \paper preamble when --snippet option is specified (#29).
  • Improve lilypond option processing by allowing a string of single-letter options, e.g. lilypond -FncO.
  • Add --force-version lilypond option for selecting lilypond version according to version statement in user file (#28).

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.0.3-win32.zip
> lyp-1.0.3-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!

Version 1.0.0

29 Jun 15:22
Compare
Choose a tag to compare

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 \pcondIncludeOnce.
  • Implement flatten command (#26).

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.0.0-win32.zip
> lyp-1.0.0-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!