LinuxCommandLibrary

mscore

museScore music notation software

TLDR

Open MuseScore

$ mscore
copy
Open score file
$ mscore [score.mscz]
copy
Convert to PDF
$ mscore [score.mscz] -o [output.pdf]
copy
Export to MIDI
$ mscore [score.mscz] -o [output.mid]
copy
Export to audio
$ mscore [score.mscz] -o [output.mp3]
copy
Run in headless mode
$ mscore --no-gui [score.mscz] -o [output.pdf]
copy

SYNOPSIS

mscore [options] [files]

DESCRIPTION

mscore is the MuseScore music notation software. It creates and edits sheet music.
The tool supports MIDI, MusicXML, and audio export. Professional notation features.

PARAMETERS

FILES

Score files to open.
-o FILE
Output file (format from extension).
--no-gui
Run without graphical interface.
-S STYLE
Use style file.
-r DPI
Set image resolution.
--help
Display help information.

CAVEATS

GUI application. Large dependency footprint. Soundfont needed for audio.

HISTORY

MuseScore was created as open-source notation software, first released in 2002.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community