Add bundle command
Opened this issue · 0 comments
noteflakes commented
Add bundle command which bundles all required dependencies and included files into a single target file, which could be compiled using plain lilypond.
Usage:
$ lyp bundle myfile.ly output.ly
# or:
$ lyp bundle myfile.ly
# which will write to myfile-bundle.ly
The bundle
command should fail if font packages are used.