noteflakes / lydown

A language for music notation
http://ciconia.github.io/lydown
MIT License
24 stars 0 forks source link

lypad - Lilypond package manager (non lydown-related) #19

Closed noteflakes closed 8 years ago

noteflakes commented 9 years ago

The idea is to be able to install libs & tools related to lilypond, and use them without too much hassle.

When Lypad is installed it modifies lilypond to add a few lilypond commands used to reference and load packages.

Loading packages in lilypond sources

\require "lilyjazz" % that's all folks

Command line interface

lypad update # updates the lypad installation and installs hooks in the current lilypond installation
lypad install # installs anything in Lypadfile
lypad install <gem> # installs the gem
lypad install <gem> -s # installs the gem and writes it to Lypadfile
lypad uninstall <gem>
lypad list # lists all lilypond-related gems
noteflakes commented 8 years ago

https://github.com/noteflakes.lyp