https://github.com/webern/musescore-container
A Fedora container for using MuseScore as a command line program
https://github.com/webern/musescore-container
Last synced: 24 days ago
JSON representation
A Fedora container for using MuseScore as a command line program
- Host: GitHub
- URL: https://github.com/webern/musescore-container
- Owner: webern
- License: other
- Created: 2021-05-02T04:30:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-02T04:46:59.000Z (about 5 years ago)
- Last Synced: 2025-01-24T21:24:58.035Z (over 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuseScore Container
This container allows you to convert MuseScore and MusicXML files to PDF.
Example:
```sh
xvfb-run musescore -o /files/hello.pdf /files/hello.xml
```
The `xvfb-run` command creates a virtual Xserve framebuffer which MuseScore needs.
## License
This git repository is MIT.
Licenses for all of the software in the Docker image are in the image itself.