An open API service indexing awesome lists of open source software.

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

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.