lygre
tools for conversion between LilyPond and Gregorio 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.
Pull-requests are welcome, too.
License
dual-licensed: MIT | GNU/GPL >= 3
Author
Jakub PavlĂk jkb.pavlik@gmail.com