https://github.com/igneus/lygre
conversion between gabc and lilypond music formats
https://github.com/igneus/lygre
gabc gregorio lilypond music notation
Last synced: 7 months ago
JSON representation
conversion between gabc and lilypond music formats
- Host: GitHub
- URL: https://github.com/igneus/lygre
- Owner: igneus
- Created: 2014-02-26T21:20:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T18:44:45.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T09:49:32.218Z (over 1 year ago)
- Topics: gabc, gregorio, lilypond, music, notation
- Language: Ruby
- Size: 88.9 KB
- Stars: 13
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](http://badge.fury.io/rb/lygre)
[](https://travis-ci.org/igneus/lygre)
# lygre
tools for conversion between
[LilyPond](http://lilypond.org)
and
[Gregorio](http://home.gna.org/gregorio/gregoriotex/)
input format.
Right now only conversion from gabc to LilyPond is possible,
provided by script `grely.rb`.
## Usage
`grely.rb FILE.gabc` produces `FILE.ly` with contents of `FILE.gabc`
converted to LilyPond.
The LilyPond output is simple untimed modern notation,
each chang note converted to a quarter note.
## Installation and usage
$ gem install lygre
## Running tests
Get the sources.
`$ bundle install` to install dependencies
`$ bundle exec rspec` to run tests
## Feedback welcome
If you have any wishes concerning grely's functionality;
if grely crashed although the input file was valid gabc; ...
please open an [issue](https://github.com/igneus/lygre/issues).
Pull-requests are welcome, too.
## License
dual-licensed: MIT | GNU/GPL >= 3
## Author
Jakub Pavlík jkb.pavlik@gmail.com