tools for conversion between LilyPond and Gregorio input format.
Right now only conversion from gabc to LilyPond is possible,
provided by script grely.rb
.
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.
$ gem install lygre
Get the sources.
$ bundle install
to install dependencies
$ bundle exec rspec
to run tests
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.
dual-licensed: MIT | GNU/GPL >= 3
Jakub Pavlík jkb.pavlik@gmail.com