LinuxCommandLibrary

musescore

MuseScore 3 sheet music editor.

TLDR

Use a specific audio driver

$ musescore --audio-driver [jack|alsa|portaudio|pulse]
copy


Set the MP3 output bitrate in kbit/s
$ musescore --bitrate [bitrate]
copy


Start MuseScore in debug mode
$ musescore --debug
copy


Enable experimental features, such as layers
$ musescore --experimental
copy


Export the given file to the specified output file. The file type depends on the given extension
$ musescore --export-to [output_file] [input_file]
copy


Print a diff between the given scores
$ musescore --diff [path/to/file1] [path/to/file2]
copy


Specify a MIDI import operations file
$ musescore --midi-operations [path/to/file]
copy

Copied to clipboard