mirror of
https://github.com/kastdeur/bwwtolily.git
synced 2024-11-21 11:23:32 +01:00
Updated README.md
Ask to make an issue instead of mailing to jezra@jezra.net
This commit is contained in:
parent
d5e4378d3f
commit
075ecbf087
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -1,17 +1,21 @@
|
||||||
bwwtolily will attempt to convert a .bww or .bmw file to a lilypond
|
Convert Bagpipe Reader to Lilypond
|
||||||
(http://lilypond.org) parsable file. Not all of the embellishments
|
==================================
|
||||||
get converted properly, this is espessially true with piobaireachd,
|
|
||||||
|
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.
|
and the program will list the embellishments that were not converted.
|
||||||
|
|
||||||
If you recognize an embellishment that isn't being parsed, please
|
If you recognize an embellishment that isn't being parsed, please
|
||||||
send an email regarding the embellishment to jezra@jezra.net and I
|
create an [issue on github](https://github.com/kastdeur/bwwtolily/issues)
|
||||||
will try to add the embellishment to the application.
|
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
>bwwtolily -i /path/to/a/bww/file
|
```
|
||||||
|
$ bwwtolily /path/to/a/bww/file
|
||||||
|
```
|
||||||
|
|
||||||
optionally, using the "-l" flag will try to run lilypond on the
|
optionally, using the "-l" flag will try to run lilypond on the
|
||||||
created .ly file
|
created .ly file
|
||||||
example:
|
example:
|
||||||
>bwwtolily -i /path/to/bww/file -l
|
```
|
||||||
|
$ bwwtolily /path/to/bww/file -l
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue