mirror of
https://github.com/kastdeur/bwwtolily.git
synced 2024-12-05 01:13:31 +01:00
075ecbf087
Ask to make an issue instead of mailing to jezra@jezra.net
21 lines
665 B
Markdown
21 lines
665 B
Markdown
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,
|
|
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)
|
|
|
|
usage:
|
|
```
|
|
$ bwwtolily /path/to/a/bww/file
|
|
```
|
|
|
|
optionally, using the "-l" flag will try to run lilypond on the
|
|
created .ly file
|
|
example:
|
|
```
|
|
$ bwwtolily /path/to/bww/file -l
|
|
```
|