Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiarthur/lilypond
lilypond scripts
https://github.com/luiarthur/lilypond
Last synced: 17 days ago
JSON representation
lilypond scripts
- Host: GitHub
- URL: https://github.com/luiarthur/lilypond
- Owner: luiarthur
- Created: 2014-11-25T22:06:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T23:14:42.000Z (about 7 years ago)
- Last Synced: 2023-08-03T08:07:56.123Z (over 1 year ago)
- Language: LilyPond
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Lilypond Projects
## Installing Lilypond
### Old-school Way
On Ubuntu, you can install it with```bash
sudo apt-get install lilypond
```### Preferred Way
But using the package manager [`lyp`][1] might be better. It relies on Ruby.
You can install `lyp` by```bash
gem install lyp
```You can then install lilypond by
```bash
lyp install lilypond
```## Install Lilypond Packages
For example, installing the package `lilyjazz` can be done as follows:
```bash
lyp install lilyjazz
```## Issues
In the `lilyjazz` package, the chord symbols may not show up properly.
In that case, go to`~/.lyp/[email protected]/jazzchords.ly`
Then comment out the lines
```
%chordRootNamer = #JazzChordNames % update the chord names
%chordNameExceptions = #JazzChords % update the chord exceptions
```## Other Common References
- [Multiple Voices][2]
[1]: http://lyp.noteflakes.com/#/
[2]: http://lilypond.org/doc/v2.18/Documentation/notation/multiple-voices