mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
18 lines
632 B
Markdown
18 lines
632 B
Markdown
|
bwwtolily will attempt to convert a .bww or .bmw file to a lilypond
|
||
|
(http://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
|
||
|
send an email regarding the embellishment to jezra@jezra.net and I
|
||
|
will try to add the embellishment to the application.
|
||
|
|
||
|
usage:
|
||
|
>bwwtolily -i /path/to/a/bww/file
|
||
|
|
||
|
optionally, using the "-l" flag will try to run lilypond on the
|
||
|
created .ly file
|
||
|
example:
|
||
|
>bwwtolily -i /path/to/bww/file -l
|
||
|
|