bwwtolily/README.md

22 lines
665 B
Markdown
Raw Permalink Normal View History

Convert Bagpipe Reader to Lilypond
==================================
This is a utility to convert a .bww or .bmw file to a [lilypond](https://lilypond.org) parsable file.
Not all of the embellishments get converted properly, this is espessially true with piobaireachd,
2013-08-14 04:30:00 +02:00
and the program will list the embellishments that were not converted.
If you recognize an embellishment that isn't being parsed, please
create an [issue on github](https://github.com/kastdeur/bwwtolily/issues)
2013-08-14 04:30:00 +02:00
usage:
```
$ bwwtolily /path/to/a/bww/file
```
2013-08-14 04:30:00 +02:00
optionally, using the "-l" flag will try to run lilypond on the
created .ly file
example:
```
$ bwwtolily /path/to/bww/file -l
```