PLEASE NOTE: This page was copied from the equivalent page in the MuseScore 3 Handbook. If you find an option that no longer works in MuseScore 4, please report it on GitHub and add a note next to that option on this page. If the option was intentionally removed from MuseScore 4 then please delete it from this page.
MSCORE(1) — General Commands Manual Page
mscore, MuseScore4 — MuseScore 4 sheet music editor
You can launch MuseScore from the command line by typing
[options] and [filename] are optional. For this to work the MuseScore executable must be in %PATH%
(Windows) resp. $PATH
(Mac and Linux). If it is not, see Revert to factory settings for detailed instructions on how and where to find and execute the MuseScore executable from the command line on the various supported platforms.
A more detailed synopsis follows:
mscore [-deFfhIiLmnOPRstvw]
[-b | --bitrate bitrate]
[-c | --config-folder pathname]
[-D | --monitor-resolution DPI]
[-d | --debug]
[-E | --install-extension extension file]
[-e | --experimental]
[-F | --factory-settings]
[-f | --force]
[-h | -? | --help]
[-I | --dump-midi-in]
[-i | --load-icons]
[-j | --job file.json]
[-L | --layout-debug]
[-M | --midi-operations file]
[-m | --no-midi]
[-n | --new-score]
[-O | --dump-midi-out]
[-o | --export-to file]
[-P | --export-score-parts]
[-p | --plugin name]
[-R | --revert-settings]
[-r | --image-resolution DPI]
[-S | --style style]
[-s | --no-synthesizer]
[-T | --trim-image margin]
[-t | --test-mode]
[-v | --version]
[-w | --no-webview]
[-x | --gui-scaling factor]
[--diff]
[--long-version]
[--no-fallback-font]
[--raw-diff]
[--run-test-script]
[--score-media]
[--score-meta]
[--highlight-config]
[--score-parts]
[--score-parts-pdf]
[--score-transpose]
[--sound-profile]
[--source-update]
[--template-mode]
[file ...]
MuseScore is a Free and Open Source WYSIWYG cross-platform multi-lingual music composition and notation software, released under the GNU General Public Licence (GPLv3).
Running mscore without any extra options launches the full graphical MuseScore program and opens any files specified on the command line.
The options are as follows:
Set MP3 output bitrate in kbit/s
Override configuration and settings directory
Specify monitor resolution (override autodetection)
Start MuseScore in debug mode
Install an extension file; soundfonts are loaded by default unless -e is also specified
Enable experimental features, such as layers
Use only the standard built-in presets (“factory settings”) and delete user preferences; compare with the -R option (see also Revert to factory settings)
Ignore score corruption and version mismatch warnings in “converter mode”
Display an overview of invocation instructions (doesn’t work on Windows)
Display all MIDI input on the console
Load icons from the filesystem; useful if you want to edit the MuseScore icons and preview the changes
Process a conversion job (see EXAMPLES below)
Start MuseScore in layout debug mode
Specify MIDI import operations file (see EXAMPLES below)
Disable MIDI input
Start with the New Score wizard regardless whether it’s enabled or disabled in the user preferences
Display all MIDI output on the console
Export the given (or currently opened) file to the specified output file. The file type depends on the extension of the filename given. This option switches to “converter mode” and avoids the graphical user interface.
When converting to PDF with the -o option, append each part’s pages to the created PDF file. If the score has no parts, all default parts will temporarily be generated automatically.
Execute the named plugin
Use only the standard built-in presets (“factory settings”) but do not delete user preferences; compare with the -F option
Set image resolution for conversion to PNG files. Default: 300 DPI (actually, the value of “Resolution” of the PNG option group in the Export tab of the preferences)
Load a style file first; useful for use with the -o option
Disable the integrated software synthesizer
Trim exported PNG and SVG images to remove whitespace surrounding the score. The specified margin, in pixels, will be retained (use 0
for a tightly cropped image). When exporting to SVG, this option only works with single-page scores.
Set test mode flag for all files, includes --template-mode
Display the name and version of the application without starting the graphical user interface (doesn’t work on Windows)
Disable the web view component in the Start Center
Scale the score display and other GUI elements by the specified factor; intended for use with high-resolution displays
Print a conditioned diff between the given scores
Display the full name, version and git revision of the application without starting the graphical user interface (doesn’t work on Windows)
Don’t use Bravura as fallback musical font
Print a raw diff between the given scores
Run script tests listed in the command line arguments
Export all media (except MP3) for a given score as a single JSON document to stdout
Set highlight to svg, generated from a given score
Export score metadata to JSON document and print it to stdout
Generate parts data for the given score and save them to separate mscz files
Generate parts data for the given score and export it as a single JSON document to stdout
Transpose the given score and export the data to a single JSON file, print it to stdout
Use with '-o .mp3' or with '-j ', override the sound profile in the given score(s).
Possible values: "MuseScore Basic", "Muse Sounds"
Update the source in the given score
Save files in template mode (e.g. without page sizes)
MuseScore also supports the automatic Qt command line options.
The argument to the -j option must be the pathname of a file comprised of a valid JSON document honoring the following specification:
The top-level element must be a JSONArray, which may be empty.
Each array element must be a JSONObject with the following keys:
in
: Value is the name of the input file (score to convert), as JSONString.plugin
: Value is the filename of a plugin (with the .qml
extension), which will be read from either the global or per-user plugin path and executed before the conversion output happens, as JSONString. Optional, but at least one of plugin
and out
must be given.out
: Value is the conversion output target, as defined below. Optional, but at least one of plugin
and out
must be given.The conversion output target may be a filename (with extension, which decided the format to convert to), as JSONString.
The conversion output target may be a JSONArray of filenames as JSONString, as above, which will cause the score to be written to multiple output files (in multiple output formats) sequentially, without being closed, re-opened and re-processed in between.
If the conversion output target is a JSONArray, one or more of its elements may also be, each, a JSONArray of two JSONStrings (called first and second half in the following description). This will cause part extraction: for each such two-tuple, all extant parts of the score will be saved individually, with filenames being composed by concatenating the first half, the name (title) of the part, and the second half. The resulting string must be a valid filename (with extension, determining the output format). If a score has no parts (excerpts) defined, this will be silently ignored without error.
Valid file extensions for output are:
flac
metajson
mid
midi
mlog
mp3
mpos
mscx
mscz
musicxml
mxl
ogg
pdf
png
spos
svg
wav
xml
See below for an example.
SKIP_LIBJACK
XDG_CONFIG_HOME
~/.config
if unset.XDG_DATA_HOME
~/.local/share
if unset.Note that MuseScore also supports the normal Qt environment variables such as QT_QPA_GENERIC_PLUGINS
, QT_QPA_PLATFORM
, QT_QPA_PLATFORMTHEME
, QT_QPA_PLATFORM_PLUGIN_PATH
, QT_STYLE_OVERRIDE
, DISPLAY
, etc.
/usr/share/mscore-4.0/
contains the application support data (demos, instruments, localization, system-wide plugins, soundfonts, styles, chords, templates and wallpapers). In the Debian packages, system-wide soundfonts are installed into /usr/share/sounds/sf2/
, /usr/share/sounds/sf3/
or /usr/share/sounds/sfz/
, respectively, instead.
The per-user data (extensions, plugins, soundfonts, styles, templates) and files (images, scores) are normally installed into subdirectories under ~/MuseScore4/
but may be changed in the configuration. Note that snapshot, alpha and beta versions use MuseScore4Development
instead of MuseScore4
in all of these paths.
$XDG_CONFIG_HOME/MuseScore/MuseScore4.ini
contains the user preferences, list of recently used files and their locations, window sizes and positions, etc. See above for development version paths.
$XDG_DATA_HOME/data/MuseScore/MuseScore4/
contains updated localization files downloaded from within the program, plugin information, cached scores, credentials for the musescore.com community site, session information, synthesizer settings, custom key and time signatures and shortcuts. See above for development version paths.
mscore -o 'My Score.pdf' 'My Score.mscz'
mscore -j job.json
This requires assumes a file job.json
exists in the current working directory with content similar to the following:
[
{
"in": "MyScore1.mscz",
"out": "MyScore1.pdf"
},
{
"in": "MyScore2.mscz",
"plugin": "colornotes.qml",
"out": [
"MyScore2-notecolors.pdf",
"MyScore2-notecolors.svg"
]
},
{
"in": "MyScore3.mscz",
"out": [
"MyScore3.pdf",
"MyScore3.musicxml",
"MyScore3.mid",
[
"MyScore3 (",
" part).pdf"
]
]
}
]
If MyScore3.mscz
contains excerpts (instrumental parts) then the syntax above would cause files like “MyScore3 (Violin part).pdf
” to be generated alongside the conductor’s PDF and MusicXML files, as well as a MIDI file with the full orchestral sound. If MyScore3.mscz
has no excerpts defined then only the conductor’s PDF, MusicXML, and orchestral MIDI files will be generated, while the request for part PDFs is silently ignored.
The attached midi_import_options.xml
is a sample MIDI import operations file for the -M option.
The mscore utility exits 0 on success, and >0 if an error occurs.
fluidsynth(1), midicsv(1), timidity(1), qtoptions(7)
Online Handbook, full user manual
Support Forum
Reverting to factory settings (troubleshooting)
Project Issue Tracker — Please check first to if the bug you’re encountering has already been reported. If you just need help with something, then please use the support forum instead.
Documentation of automatic Qt command line options
MuseScore attempts to implement the following standards:
MuseScore was split off the MusE sequencer in 2002 and has since become the foremost Open Source notation software.
MuseScore is developed by MuseScore BVBA and others.
This manual page was written by mirabilos <tg@debian.org>.
The automatic Qt command line options are removed from the argument vector before the application has a chance at option processing; this means that an invocation like mscore -S -reverse
has no chance at working because the -reverse
is removed by Qt first.
MuseScore Studio does not honor /etc/papersize.
Probably some more; check the project’s bug tracker (cf. SEE ALSO).
On macOS, make the following substitutions:
Click on image for full resolution. Or use this Print Friendly PDF version
Action | Windows/Linux | macOS |
---|---|---|
Zoom in | Ctrl+= | Cmd+= |
Zoom out | Ctrl+- | Cmd+- |
Zoom to 100% | Ctrl+0 | Cmd+0 |
Go to first element in score | Ctrl+Home | Cmd+Fn+Left |
Go to last element in score | Ctrl+End | Cmd+Fn+Right |
Jump to next screen | PgUp | Fn+Up |
Jump to previous screen | PgDn | Fn+Down |
Jump to top of first page | Home | Fn+Left |
Jump to bottom of last page | End | Fn+Right |
Jump to next page | Ctrl+PgUp | Cmd+Fn+Up |
Jump to previous page | Ctrl+PgDn | Cmd+Fn+Down |
Find / Go to | Ctrl+F | Cmd+F |
Accessibility: get location | Shift+L | Shift+L |
Show/hide timeline | F12 | Fn+F12 |
Action | Windows/Linux | macOS |
---|---|---|
Select next chord | Right | Right |
Select previous chord | Left | Left |
Go to next measure | Ctrl+Right | Cmd+Right |
Go to previous measure | Ctrl+Left | Cmd+Left |
Select next element in score | Alt+Right | Option+Right |
Select previous element in score | Alt+Left | Option+Left |
Select next in-staff element | Ctrl+Alt+Shift+Right | Cmd+Option+Shift+Right |
Select previous in-staff element | Ctrl+Alt+Shift+Left | Cmd+Option+Shift+Left |
Select note/rest above | Alt+Up | Option+Up |
Select note/rest below | Alt+Down | Option+Down |
Select top note in chord | Ctrl+Alt+Up | Cmd+Option+Up |
Select bottom note in chord | Ctrl+Alt+Down | Cmd+Option+Down |
Action | Windows/Linux | macOS |
---|---|---|
Note input: toggle note input mode | N | N |
Note input: toggle 're-pitch existing notes' mode | Ctrl+Shift+I | Cmd+Shift+I |
Note input: toggle 'insert' mode | Ctrl+I | Cmd+I |
Show/hide piano keyboard | P | P |
Use voice 1 | Ctrl+Alt+1 | Cmd+Option+1 |
Use voice 2 | Ctrl+Alt+2 | Cmd+Option+2 |
Use voice 3 | Ctrl+Alt+3 | Cmd+Option+3 |
Use voice 4 | Ctrl+Alt+4 | Cmd+Option+4 |
Action | Windows/Linux | macOS |
---|---|---|
Set duration | 1 – 9 | 1 – 9 |
Set duration: 64th note | 1 | 1 |
Set duration: 32nd note | 2 | 2 |
Set duration: 16th note | 3 | 3 |
Set duration: 8th note | 4 | 4 |
Set duration: quarter note | 5 | 5 |
Set duration: half note | 6 | 6 |
Set duration: whole note | 7 | 7 |
Set duration: double whole note | 8 | 8 |
Set duration: longa | 9 | 9 |
Toggle duration dot | . | . |
Enter tuplet | Ctrl+2 – Ctrl+9 | Cmd+2 – Cmd+9 |
Enter tuplet: duplet | Ctrl+2 | Cmd+2 |
Enter tuplet: triplet | Ctrl+3 | Cmd+3 |
Enter tuplet: quadruplet | Ctrl+4 | Cmd+4 |
Enter tuplet: quintuplet | Ctrl+5 | Cmd+5 |
Enter tuplet: sextuplet | Ctrl+6 | Cmd+6 |
Enter tuplet: septuplet | Ctrl+7 | Cmd+7 |
Enter tuplet: octuplet | Ctrl+8 | Cmd+8 |
Enter tuplet: nonuplet | Ctrl+9 | Cmd+9 |
Add tied note | T | T |
Halve selected duration | Q | Q |
Double selected duration | W | W |
Halve selected duration (includes dotted values) | Shift+Q | Shift+Q |
Double select duration (includes dotted values) | Shift+W | Shift+W |
Insert full measure rest | Ctrl+Shift+Del | Cmd+Shift+Del |
Action | Windows/Linux | macOS |
---|---|---|
Enter note | A – G | A – G |
Enter note A | A | A |
Enter note B | B | B |
Enter note C | C | C |
Enter note D | D | D |
Enter note E | E | E |
Enter note F | F | F |
Enter note G | G | G |
Add note to chord | Shift+A – Shift+G | Shift+A – Shift+G |
Add note A to chord | Shift+A | Shift+A |
Add note B to chord | Shift+B | Shift+B |
Add note C to chord | Shift+C | Shift+C |
Add note D to chord | Shift+D | Shift+D |
Add note E to chord | Shift+E | Shift+E |
Add note F to chord | Shift+F | Shift+F |
Add note G to chord | Shift+G | Shift+G |
Enter interval | Alt+1 – Alt+9 | Option+1 – Option+9 |
Enter interval: unison | Alt+1 | Option+1 |
Enter interval: second above | Alt+2 | Option+2 |
Enter interval: third above | Alt+3 | Option+3 |
Enter interval: fourth above | Alt+4 | Option+4 |
Enter interval: fifth above | Alt+5 | Option+5 |
Enter interval: sixth above | Alt+6 | Option+6 |
Enter interval: seventh above | Alt+7 | Option+7 |
Enter interval: octave above | Alt+8 | Option+8 |
Enter interval: ninth above | Alt+9 | Option+9 |
Toggle accidental: flat | - | - |
Toggle accidental: natural | = | = |
Toggle accidental: sharp | + | + |
Enter rest | 0 | 0 |
Add grace note: acciaccatura | / | / |
Action | Windows/Linux | macOS |
---|---|---|
Set duration (TAB) | Shift+0 – Shift+9 | Shift+0 – Shift+9 |
Set duration: 128th note (TAB) | Shift+0 | Shift+0 |
Set duration: 64th note (TAB) | Shift+1 | Shift+1 |
Set duration: 32nd note (TAB) | Shift+2 | Shift+2 |
Set duration: 16th note (TAB) | Shift+3 | Shift+3 |
Set duration: 8th note (TAB) | Shift+4 | Shift+4 |
Set duration: quarter note (TAB) | Shift+5 | Shift+5 |
Set duration: half note (TAB) | Shift+6 | Shift+6 |
Set duration: whole note (TAB) | Shift+7 | Shift+7 |
Enter TAB: fret | 0 – 9 | 0 – 9 |
Enter TAB: fret | A – K | A – K |
Enter TAB: fret 0 | 0 | 0 |
Enter TAB: fret 1 | 1 | 1 |
Enter TAB: fret 2 | 2 | 2 |
Enter TAB: fret 3 | 3 | 3 |
Enter TAB: fret 4 | 4 | 4 |
Enter TAB: fret 5 | 5 | 5 |
Enter TAB: fret 6 | 6 | 6 |
Enter TAB: fret 7 | 7 | 7 |
Enter TAB: fret 8 | 8 | 8 |
Enter TAB: fret 9 | 9 | 9 |
Enter TAB: fret 0 | A | A |
Enter TAB: fret 1 | B | B |
Enter TAB: fret 2 | C | C |
Enter TAB: fret 3 | D | D |
Enter TAB: fret 4 | E | E |
Enter TAB: fret 5 | F | F |
Enter TAB: fret 6 | G | G |
Enter TAB: fret 7 | H | H |
Enter TAB: fret 8 | J | J |
Enter TAB: fret 9 | K | K |
Go to string above (TAB) | Up | Up |
Go to string below (TAB) | Down | Down |
Toggle ghost note | Shift+X | Shift+X |
Action | Windows/Linux | macOS |
---|---|---|
Select all | Ctrl+A | Cmd+A |
Add to selection: previous note/rest | Shift+Left | Shift+Left |
Add to selection: next note/rest | Shift+Right | Shift+Right |
Add to selection: staff above | Shift+Up | Shift+Up |
Add to selection: staff below | Shift+Down | Shift+Down |
Select to beginning of measure | Ctrl+Shift+Left | Cmd+Shift+Left |
Select to end of measure | Ctrl+Shift+Right | Cmd+Shift+Right |
Select to beginning of line | Shift+Home | Shift+Fn+Left |
Select to end of line | Shift+End | Shift+Fn+Right |
Select to beginning of score | Ctrl+Shift+Home | Cmd+Shift+Fn+Left |
Select to end of score | Ctrl+Shift+End | Cmd+Shift+Fn+Right |
Action | Windows/Linux | macOS |
---|---|---|
Escape | Esc | Esc |
Undo | Ctrl+Z | Cmd+Z |
Redo | Ctrl+Shift+Z | Cmd+Shift+Z |
Copy | Ctrl+C | Cmd+C |
Cut | Ctrl+X | Cmd+X |
Paste | Ctrl+V | Cmd+V |
Copy/paste: swap with clipboard | Ctrl+Shift+X | Cmd+Shift+X |
Repeat selection | R | R |
Insert one measure before selection | Ins | Ins |
Insert measures before selection | Ctrl+Ins | Cmd+Ins |
Insert one measure at end of score | Ctrl+B | Cmd+B |
Insert measures at end of score | Alt+Shift+B | Option+Shift+B |
Delete | Del | Del |
Delete selected measures | Ctrl+Del | Cmd+Del |
Show/hide properties | F8 | Fn+F8 |
Edit element | F2 | Fn+F2 |
Move chord/rest left | Shift+Left | Shift+Left |
Move chord/rest right | Shift+Right | Shift+Right |
Action | Windows/Linux | macOS |
---|---|---|
Set duration | 1 – 9 | 1 – 9 |
Enter tuplet | Ctrl+2 – Ctrl+9 | Cmd+2 – Cmd+9 |
Add tied note | T | T |
Halve selected duration | Q | Q |
Double select duration | W | W |
Halve selected duration (includes dotted values) | Shift+Q | Shift+Q |
Double selected duration (includes dotted values) | Shift+W | Shift+W |
Paste half duration | Ctrl+Shift+Q | Cmd+Shift+Q (prior to 4.2) Ctrl+Shift+Q (as of 4.2) |
Paste double duration | Ctrl+Shift+W | Crrl+Shift+W (prior to 4.2) Crrl+Shift+W (as of 4.2) |
Insert full measure rest | Ctrl+Shift+Del | Cmd+Shift+Del |
Action | Windows/Linux | macOS |
---|---|---|
Toggle accidental: flat | - | - |
Toggle accidental: natural | = | = |
Toggle accidental: sharp | + | + |
Move pitch/selection up | Up | Up |
Move pitch/selection down | Down | Down |
Move pitch up an octave | Ctrl+Up | Cmd+Up |
Move pitch down an octave | Ctrl+Down | Cmd+Down |
Move pitch up diatonically | Alt+Shift+Up | Option+Shift+Up |
Move pitch down diatonically | Alt+Shift+Down | Option+Shift+Down |
Change enharmonic spelling (concert and written pitch) | J | J |
Change enharmonic spelling (current pitch only) | Ctrl+J | Cmd+J |
Move note to higher string (TAB) | Ctrl+Up | Cmd+Up |
Move note to lower string (TAB) | Ctrl+Down | Cmd+Down |
Toggle ghost note (TAB) | Shift+X | Shift+X |
Action | Windows/Linux | macOS |
---|---|---|
Flip direction | X | X |
Mirror notehead | Shift+X | Shift+X |
Use voice 1 | Ctrl+Alt+1 | Cmd+Option+1 |
Use voice 2 | Ctrl+Alt+2 | Cmd+Option+2 |
Use voice 3 | Ctrl+Alt+3 | Cmd+Option+3 |
Use voice 4 | Ctrl+Alt+4 | Cmd+Option+4 |
Move selected note/rest to staff above | Ctrl+Shift+Up | Cmd+Shift+Up |
Move selected note/rest to staff below | Ctrl+Shift+Down | Cmd+Shift+Down |
Toggle multimeasure rest (prior to 4.4) | M | M |
Toggle multimeasure rest (as of 4.4) | Ctrl+Shift+M | Cmd+Shift+M |
Action | Windows/Linux | macOS |
---|---|---|
Move text left | Left | Left |
Move text right | Right | Right |
Move text left quickly | Ctrl+Left | Cmd+Left |
Move text right quickly | Ctrl+Right | Cmd+Right |
Move selection up | Up | Up |
Move selection down | Down | Down |
Move selection up quickly | Ctrl+Up | Cmd+Up |
Move selection down quickly | Ctrl+Down | Cmd+Down |
Action | Windows/Linux | macOS |
---|---|---|
Add text: staff text | Ctrl+T | Cmd+T |
Add text: expression text | Ctrl+E | Cmd+E |
Add text: system text | Ctrl+Shift+T | Cmd+Shift+T |
Add text: tempo marking | Alt+Shift+T | Option+Shift+T |
Add text: rehearsal mark | Ctrl+M | Cmd+M |
Insert special characters | Shift+F2 | Shift+Fn+F2 |
Action | Windows/Linux | macOS |
---|---|---|
Format text: bold face | Ctrl+B | Cmd+B |
Format text: italic | Ctrl+I | Cmd+I |
Format text: underline | Ctrl+U | Cmd+U |
Insert flat | Ctrl+Shift+B | Cmd+Shift+B |
Insert natural | Ctrl+Shift+H | Cmd+Shift+H |
Insert sharp | Ctrl+Shift+# | Cmd+Shift+# |
Insert dynamics p | Ctrl+Shift+P | Cmd+Shift+P |
Insert dynamics m | Ctrl+Shift+M | Cmd+Shift+M |
Insert dynamics f | Ctrl+Shift+F | Cmd+Shift+F |
Insert dynamics n | Ctrl+Shift+N | Cmd+Shift+N |
Insert dynamics r | Ctrl+Shift+R | Cmd+Shift+R |
Insert dynamics s | Ctrl+Shift+S | Cmd+Shift+S |
Insert dynamics z | Ctrl+Shift+Z | Cmd+Shift+Z |
Action | Windows/Linux | macOS |
---|---|---|
Add text: lyrics | Ctrl+L | Cmd+L |
Go to next syllable | Space | Space |
Go to previous syllable | Shift+Space | Shift+Space |
Lyrics: enter hyphen | - | - |
Lyrics: enter melisma | _ | _ |
Add lyric verse | Return | Return |
Go to next lyric verse | Down | Down |
Go to previous lyric verse | Up | Up |
Action | Windows/Linux | macOS |
---|---|---|
Add text: chord symbol | Ctrl+K | Cmd+K |
Add text: figured bass | Ctrl+G | Cmd+G |
Next text element | Space | Space |
Previous text element | Shift+Space | Shift+Space |
Advance cursor: next beat | ; | ; |
Advance cursor: previous beat | Shift+; | Shift+; |
Advance cursor: duration | Ctrl+1 – Ctrl+9 | Cmd+1 – Cmd+9 |
Action | Windows/Linux | macOS |
---|---|---|
Show/hide palettes | F9 | Fn+F9 |
Search palettes | Ctrl+F9 | Cmd+Fn+F9 |
Open master palette | Shift+F9 | Shift+Fn+F9 |
Add slur | S | S |
Add articulation: accent | Shift+V | Shift+V |
Add articulation: marcato | Shift+O | Shift+O |
Add articulation: staccato | Shift+S | Shift+S |
Add articulation: tenuto | Shift+N | Shift+N |
Add hairpin: crescendo | < | < |
Add hairpin: decrescendo | > | > |
Add parentheses to element | ( | ( |
Action | Windows/Linux | macOS |
---|---|---|
Add/remove instruments | I | I |
Open instruments dialog | F7 | Fn+F7 |
Toggle visibility of elements | V | V |
Decrease layout stretch | { | { |
Increase layout stretch | } | } |
Add/remove system break | Return | Return |
Add/remove page break | Ctrl+Return | Cmd+Return |
Reset shapes and positions | Ctrl+R | Cmd+R |
Action | Windows/Linux | macOS |
---|---|---|
New | Ctrl+N | Cmd+N |
Open | Ctrl+O | Cmd+O |
Close | Ctrl+W | Cmd+W |
Save | Ctrl+S | Cmd+S |
Save as | Ctrl+Shift+S | Cmd+Shift+S |
Ctrl+P | Cmd+P | |
Quit | Ctrl+Q | Cmd+Q |
Action | Windows/Linux | macOS |
---|---|---|
Play | Space | Space |
Show/hide mixer | F10 | Fn+F10 |
Action | Windows/Linux | macOS |
---|---|---|
Next UI group | Tab | Tab |
Previous UI group | Shift+Tab | Shift+Tab |
Next UI pane/window | F6 | Fn+F6 |
Previous UI pane/window | Shift+F6 | Shift+Fn+F6 |
Action | Windows/Linux | macOS |
---|---|---|
Multiinstances | Ctrl+F3 | Cmd+Fn+F3 |
Full screen | F11 | Fn+F11 |
Muse Drumline (MDL2) is a free Muse Sounds library available for MuseScore Studio. It’s the successor to MuseScore Drumline (MDL1), an optional extension for MuseScore 3.
If you open a MuseScore 3 score in MuseScore Studio, a dialog appears informing you about changes to the appearance of your score. Starting in MuseScore Studio 4.4, this dialog now includes a checkbox to enable our new notation and sound mapping for MDL percussion.
This checkbox must be checked in order for marching percussion instruments from MDL1 to sound correct during playback with MS Basic and Muse Sounds. The checkbox has no effect on other instruments besides the ones from MDL1.
MDL2 and MS Basic use a particular set of MIDI pitches to represent percussion sounds. This means scores created with MDL2 are compatible with MS Basic, and vice versa.
However, MDL1 used a different set of MIDI pitches to represent percussion sounds, so when opening a score that contains notes for MDL1 instruments, it’s necessary to convert these to the MDL2 pitches, otherwise playback would sound wrong (you might hear a rimshot instead of a roll, for example).
Some sounds from MDL1 don’t have an exact match in MDL2. In a few cases, multiple MDL1 pitches are mapped to a single pitch in MDL2. This means some percussion notes that looked and sounded different in MuseScore 3 might now look and sound the same as each other in MuseScore Studio.
Conversion to the new pitch mapping is a one-way process, and it must be done when you first open the score in MuseScore 4. As always, if you’re not ready to fully commit to the new version, we recommend that you save the score as a new file, leaving the original file from MuseScore 3 unmodified.
In addition to some previously distinct notes now looking the same as each other, the conversion process also applies a new drumset definition to MDL1 percussion instruments. This further alters the notation of these instruments, changing the shapes of some noteheads and making them appear lower or higher on the staff.
Unlike the pitch mapping, which is fixed, the drumset notation changes can be freely altered via the Edit Drumset dialog after the score is loaded.
See All keyboard shortcuts for MuseScore 4. Here are the common ones that have changed or are entirely new:
Action | MuseScore 3 | MuseScore 4 |
---|---|---|
Add tied note | + | T |
Next Measure (Chord Symbol Entry) | Tab | Ctrl/Cmd+→ |
Previous Measure (Chord Symbol Entry) | Shift+Tab | Ctrl/Cmd+← |
Toggle accidental: flat | None | - |
Toggle accidental: natural | None | = |
Toggle accidental: sharp | None | + |
Edit element | Alt+Shift+E | F2 or Alt+Shift+E |
Insert special characters... | F2 | Shift+F2 |
Jump to next UI pane | None | F6 or ` (backtick / grave accent) |
Jump to previous UI pane | None | Shift+F6 or Shift+` |
Show / hide selection filter | F6 | None |
Due to the nature of the upgrade some features previously present in MuseScore 3 have not (yet) been included. See this page in the developers' handbook for a listing of those items.
Listed below are technicial terms and musical terms, which are frequently used in MuseScore or in the Handbook. Links to relevant handbook chapter are provided. To help musicians who are capable of reading a notation but do not know its proper name, image is provided. This chapter does not aim to be a dictionary of all musical notations, see External links.
The differences between American English and British English are marked with "(AE)" and "(BE)", respectively. Editors and translators of this chapter should add the individual entry for each term.
A curved line between two adjacent notes of the same pitch to indicate a single note of combined duration. See Tie chapter. A tie is not a slur.
The act of moving the pitches of one or more notes up or down by a constant interval. See Transposition chapter. There may be several reasons for transposing a piece, for example: