commands.sh

musescore

all

MuseScore sheet music editor. See also: `lilypond`.

More info →

Options (5)

-b, --bitrateboolean

Set the MP3 output bitrate in kbit/s

Example: musescore {{[-b|--bitrate]}} {{bitrate}}
-d, --debugboolean

Start MuseScore in debug mode

Example: musescore {{[-d|--debug]}}
-e, --experimentalboolean

Enable experimental features, such as layers

Example: musescore {{[-e|--experimental]}}
-o, --export-toboolean

Export the given file to the specified output file. The file type depends on the given extension

Example: musescore {{[-o|--export-to]}} {{output_file}} {{input_file}}
-M, --midi-operationsboolean

Specify a MIDI import operations file

Example: musescore {{[-M|--midi-operations]}} {{path/to/file}}

Examples (6)

Set the MP3 output bitrate in kbit/s

musescore [-b|--bitrate] bitrate

Start MuseScore in debug mode

musescore [-d|--debug]

Enable experimental features, such as layers

musescore [-e|--experimental]

Export the given file to the specified output file. The file type depends on the given extension

musescore [-o|--export-to] output_file input_file

Print a diff between the given scores

musescore --diff path/to/file1 path/to/file2

Specify a MIDI import operations file

musescore [-M|--midi-operations] path/to/file
made by @shridhargupta | data from tldr-pages