We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
bundle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add bundle command which bundles all required dependencies and included files into a single target file, which could be compiled using plain lilypond.
Usage:
The
bundle
command should fail if font packages are used.The text was updated successfully, but these errors were encountered: