2018-10-28 03:17:39 +01:00
|
|
|
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
|
2018-10-28 03:17:39 +01:00
|
|
|
create an [issue on github](https://github.com/kastdeur/bwwtolily/issues)
|
2013-08-14 04:30:00 +02:00
|
|
|
|
|
|
|
usage:
|
2018-10-28 03:17:39 +01:00
|
|
|
```
|
|
|
|
$ 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:
|
2018-10-28 03:17:39 +01:00
|
|
|
```
|
|
|
|
$ bwwtolily /path/to/bww/file -l
|
|
|
|
```
|