lyp
lyp copied to clipboard
Use Lilypond like a boss!
Running `gem install lyp` yields an error with rugged. ``` current directory: /home/USER/gems/gems/rugged-0.26.0/ext/rugged /usr/bin/ruby2.5 -r ./siteconf20200614-13045-1lg5002.rb extconf.rb checking for gmake... no checking for make... yes checking for cmake... yes checking...
Hello. Fedora 31, lyp 1.3.8 installed with the bash script. Tried to install with gem but failed. Installed two versions of Lilypond. One as the system branch, 2.19.84, and the...
fresh install on a fresh ubuntu 18.04 system. After: ``` sudo apt-get install -y ruby sudo apt-get install -y ruby-dev sudo apt-get install -y cmake sudo apt-get install -y pkg-config...
I created a quick fix allowing multiple users on the same computer to user `lyp`.
Using Lyp 1.3.11 on Ubuntu. ``` $ lyp compile OnzeVader.ly Permission denied @ rb_sysopen - /tmp/lyp/session.1227.yml ``` Reason for the "permission denied": the scratch directory `/tmp/lyp` has been created earlier...
`lyp list lilypond` and `lyp search lilypond` commands lockup for a few minutes on my machine, before proceeding. Tried some other commands, work fine. Versions: - lyp: 1.3.8 - ruby:...
See also #61. Currently the resolver scans any dependency declared, then checks all included files. This leads to problems when we wish to do fancier stuff, like `\lyp-require #'(a b...
Issue #40 talked about making the lyp-provided include commands more "beautiful" but this is not really the problem with lyp-provided include commands. The problems with the current implementation are: -...
Features: - A server offering a lilypond compilation service - user uploads a snippet or a complete file or a complete file archive including all dependencies, the server generates the...
- [scholarly](https://github.com/openlilylib/scholarly/) - [lalily](https://github.com/jpvoigt/lalily) - [live-score](https://gitlab.com/sigmate/lilypond-html-live-score) - [auto-transpose](https://github.com/openlilylib/snippets/tree/master/editorial-tools/auto-transpose) - [page-layout](https://github.com/openlilylib/page-layout) (depends on edition-engraver) - [breaks](https://github.com/openlilylib/breaks) (depends on oll-core) - [oll-core](https://github.com/openlilylib/oll-core) - keep only the nested options tree for a start...