Skip to content

noteflakes-music/lyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cca29b7 · Oct 15, 2018
Mar 13, 2018
Oct 15, 2018
Oct 15, 2018
Feb 20, 2018
Feb 20, 2018
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018
Jan 14, 2016
Mar 13, 2018
Mar 13, 2018
Feb 20, 2018
Jan 16, 2017
Mar 13, 2018

Repository files navigation

The lyp package index

lyp - The Lilypond Swiss Army Knife

lyp is an open-source tool that takes the pain out of working with Lilypond.

Use packages: Install packages to enhance your Lilypond files with additional functionality. Add specialized tweaks or even change the music font.

No hassle Lilypond installation: with lyp you can install Lilypond with a single easy command, no need to click links, or unzip and copy files around.

Even more tools for power users: watch and automatically recompile changed source files, flatten include files, and automatically install package dependencies or any required version of Lilypond.

Documentation

Contributing

Lyp is written in Ruby, and its code is available on github. To hack on it, simply clone the repository. To run the specs:

$ cd lyp
$ bundle install # needs to be run only once
$ rspec

Please feel free to submit issues and pull requests.