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).
Maak op macOS de volgende vervangingen:
Klik voor volledige resolutie. Printvriendelijke PDF-versie
Actie | Windows/Linux | macOS |
---|---|---|
Zoom in | Ctrl+= | Cmd+= |
Zoom uit | Ctrl+- | Cmd+- |
Zoom naar 100% | Ctrl+0 | Cmd+0 |
Ga naar eerste element in de partituur | Ctrl+Home | Cmd+Fn+Links |
Ga naar laatste element in de partituur | Ctrl+End | Cmd+Fn+Rechts |
Spring naar volgend scherm | PgDn | Fn+Omlaag |
Spring naar vorig scherm | PgUp | Fn+Omhoog |
Spring naar het begin van de eerste pagina | Home | Fn+Links |
Spring naar het einde van de laatste pagina | End | Fn+Rechts |
Spring naar volgende pagina | Ctrl+PgDn | Cmd+Fn+Omlaag |
Spring naar vorige pagina | Ctrl+PgUp | Cmd+Fn+Omhoog |
Zoek / ga naar | Ctrl+F | Cmd+F |
Toegangkelijkheid: vraag positie op | Shift+L | Shift+L |
Toon/verberg tijdslijn | F12 | Fn+F12 |
Actie | Windows/Linux | macOS |
---|---|---|
Selecteer volgend akkoord | Rechts | Rechts |
Selecteer vorig akkoord | Links | Links |
Ga naar volgende maat | Ctrl+Rechts | Cmd+Rechts |
Ga naar vorige maat | Ctrl+Links | Cmd+Links |
Selecteer volgend element in partituur | Alt+Rechts | Option+Rechts |
Selecteer vorig element in partituur | Alt+Links | Option+Links |
Selecteer volgend element in notenbalk | Ctrl+Alt+Shift+Rechts | Cmd+Option+Shift+Rechts |
Selecteer vorig element in notenbalk | Ctrl+Alt+Shift+Links | Cmd+Option+Shift+Links |
Selecteer noot/rust erboven | Alt+Omhoog | Option+Omhoog |
Selecteer noot/rust eronder | Alt+Omlaag | Option+Omlaag |
Selecteer bovenste noot in akkoord | Ctrl+Alt+Omhoog | Cmd+Option+Omhoog |
Selecteer onderste noot in akkoord | Ctrl+Alt+Omlaag | Cmd+Option+Omlaag |
Ga naar bovenste notenbalk | Alt+Shift+Omhoog | Option+Shift+Omhoog |
Ga naar onderste notenbalk | Alt+Shift+Omlaag | Option+Shift+Omlaag |
Actie | Windows/Linux | macOS |
---|---|---|
Noot-invoer: schakel 'invoermodus' in/uit | N | N |
Noot-invoer: schakel 'toonhoogteherstel modus' in/uit | Ctrl+Shift+I | Cmd+Shift+I |
Noot-invoer: schakel 'invoeg modus' in/uit | Ctrl+I | Cmd+I |
Toon/verberg pianoklavier | P | P |
Gebruik stem 1 | Ctrl+Alt+1 | Cmd+Option+1 |
Gebruik stem 2 | Ctrl+Alt+2 | Cmd+Option+2 |
Gebruik stem 3 | Ctrl+Alt+3 | Cmd+Option+3 |
Gebruik stem 4 | Ctrl+Alt+4 | Cmd+Option+4 |
Actie | Windows/Linux | macOS |
---|---|---|
Duur instellen | 1 – 9 | 1 – 9 |
Duur instellen: 64ste noot | 1 | 1 |
Duur instellen: 32ste noot | 2 | 2 |
Duur instellen: 16de noot | 3 | 3 |
Duur instellen: 8ste noot | 4 | 4 |
Duur instellen: kwartnoot | 5 | 5 |
Duur instellen: halve noot | 6 | 6 |
Duur instellen: hele noot | 7 | 7 |
Duur instellen: dubbele hele noot | 8 | 8 |
Duur instellen: longa | 9 | 9 |
Schakel 'Puntering' in/uit | . | . |
Voer antimetrisch figuur in | Ctrl+2 – Ctrl+9 | Cmd+2 – Cmd+9 |
Voer antimetrisch figuur in: duool | Ctrl+2 | Cmd+2 |
Voer antimetrisch figuur in: triool | Ctrl+3 | Cmd+3 |
Voer antimetrisch figuur in: kwartool | Ctrl+4 | Cmd+4 |
Voer antimetrisch figuur in: kwintool | Ctrl+5 | Cmd+5 |
Voer antimetrisch figuur in: sextool | Ctrl+6 | Cmd+6 |
Voer antimetrisch figuur in: septool | Ctrl+7 | Cmd+7 |
Voer antimetrisch figuur in: octool | Ctrl+8 | Cmd+8 |
Voer antimetrisch figuur in: nonool | Ctrl+9 | Cmd+9 |
Voeg overgebonden noot toe | T | T |
Halveer geselecteerde duur | Q | Q |
Verdubbel geselecteerde duur | W | W |
Halveer geselecteerde duur (inclusief gepunteerde waarde) | Shift+Q | Shift+Q |
Verdubbel geselecteerde duur (inclusief gepunteerde waarde) | Shift+W | Shift+W |
Voeg helemaatrust in | Ctrl+Shift+Del | Cmd+Shift+Del |
Actie | Windows/Linux | macOS |
---|---|---|
Voer noot in | A – G | A – G |
Voer noot A in | A | A |
Voer noot B in | B | B |
Voer noot C in | C | C |
Voer noot D in | D | D |
Voer noot E in | E | E |
Voer noot F in | F | F |
Voer noot G in | G | G |
Voeg noot aan akkoord toe | Shift+A – Shift+G | Shift+A – Shift+G |
Voeg noot A toe aan akkoord | Shift+A | Shift+A |
Voeg noot B toe aan akkoord | Shift+B | Shift+B |
Voeg noot C toe aan akkoord | Shift+C | Shift+C |
Voeg noot D toe aan akkoord | Shift+D | Shift+D |
Voeg noot E toe aan akkoord | Shift+E | Shift+E |
Voeg noot F toe aan akkoord | Shift+F | Shift+F |
Voeg noot G toe aan akkoord | Shift+G | Shift+G |
Voer interval in | Alt+1 – Alt+9 | Option+1 – Option+9 |
Voer interval in: unison | Alt+1 | Option+1 |
Voer interval in: secunde erboven | Alt+2 | Option+2 |
Voer interval in: terts erboven | Alt+3 | Option+3 |
Voer interval in: kwart erboven | Alt+4 | Option+4 |
Voer interval in: kwint erboven | Alt+5 | Option+5 |
Voer interval in: sext erboven | Alt+6 | Option+6 |
Voer interval in: septiem erboven | Alt+7 | Option+7 |
Voer interval in: octaaf erboven | Alt+8 | Option+8 |
Voer interval in: none erboven | Alt+9 | Option+9 |
Schakel 'Voorteken: mol' in/uit | - | - |
Schakel 'Voorteken: herstellingsteken' in/uit | = | = |
Schakel 'Voorteken: kruis' in/uit | + | + |
Voer rust in | 0 | 0 |
Voeg siernoot toe: acciaccatura | / | / |
Actie | Windows/Linux | macOS |
---|---|---|
Duur instellen (TAB) | Shift+0 – Shift+9 | Shift+0 – Shift+9 |
Duur instellen: 128ste noot (TAB) | Shift+0 | Shift+0 |
Duur instellen: 64ste noot (TAB) | Shift+1 | Shift+1 |
Duur instellen: 32ste noot (TAB) | Shift+2 | Shift+2 |
Duur instellen: 16de noot (TAB) | Shift+3 | Shift+3 |
Duur instellen: 8ste noot (TAB) | Shift+4 | Shift+4 |
Duur instellen: kwartnoot (TAB) | Shift+5 | Shift+5 |
Duur instellen: halve noot (TAB) | Shift+6 | Shift+6 |
Duur instellen: hele noot (TAB) | Shift+7 | Shift+7 |
Voer TAB fret in | 0 – 9 | 0 – 9 |
Voer TAB fret in | A – K | A – K |
Voer TAB in: fret 0 | 0 | 0 |
Voer TAB in: fret 1 | 1 | 1 |
Voer TAB in: fret 2 | 2 | 2 |
Voer TAB in: fret 3 | 3 | 3 |
Voer TAB in: fret 4 | 4 | 4 |
Voer TAB in: fret 5 | 5 | 5 |
Voer TAB in: fret 6 | 6 | 6 |
Voer TAB in: fret 7 | 7 | 7 |
Voer TAB in: fret 8 | 8 | 8 |
Voer TAB in: fret 9 | 9 | 9 |
Voer TAB in: fret 0 | A | A |
Voer TAB in: fret 1 | B | B |
Voer TAB in: fret 2 | C | C |
Voer TAB in: fret 3 | D | D |
Voer TAB in: fret 4 | E | E |
Voer TAB in: fret 5 | F | F |
Voer TAB in: fret 6 | G | G |
Voer TAB in: fret 7 | H | H |
Voer TAB in: fret 8 | J | J |
Voer TAB in: fret 9 | K | K |
Ga snaar omhoog (TAB) | Omhoog | Omhoog |
Ga snaar omlaag (TAB) | Omlaag | Omlaag |
Schakel 'ghost note' in/uit | Shift+X | Shift+X |
Actie | Windows/Linux | macOS |
---|---|---|
Selecteer alles | Ctrl+A | Cmd+A |
Voeg aan selectie toe: vorige noot/rust | Shift+Links | Shift+Links |
Voeg aan selectie toe: noot/rust | Shift+Rechts | Shift+Rechts |
Voeg aan selectie toe: notenbalk erboven | Shift+Omhoog | Shift+Omhoog |
Voeg aan selectie toe: notenbalk eronder | Shift+Omlaag | Shift+Omlaag |
Selecteer tot en met het begin van de maat | Ctrl+Shift+Links | Cmd+Shift+Links |
Selecteer tot en met het einde van de maat | Ctrl+Shift+Rechts | Cmd+Shift+Rechts |
Selecteer tot en met het begin van de regel | Shift+Home | Shift+Fn+Links |
Selecteer tot en met het einde van de regel | Shift+End | Shift+Fn+Rechts |
Selecteer tot en met het begin van de partituur | Ctrl+Shift+Home | Cmd+Shift+Fn+Links |
Selecteer tot en met het einde van de partituur | Ctrl+Shift+End | Cmd+Shift+Fn+Rechts |
Actie | Windows/Linux | macOS |
---|---|---|
Verlaten | Esc | Esc |
Maak ongedaan | Ctrl+Z | Cmd+Z |
Doe opnieuw | Ctrl+Shift+Z | Cmd+Shift+Z |
Kopieer | Ctrl+C | Cmd+C |
Knip | Ctrl+X | Cmd+X |
Plak | Ctrl+V | Cmd+V |
Kopieer/plakken: wissel om met klembord | Ctrl+Shift+X | Cmd+Shift+X |
Herhaal de huidige selectie | R | R |
Voeg één maat in voor selectie | Ins | Ins |
Voeg maten in voor selectie | Ctrl+Ins | Cmd+Ins |
Voeg één maat toe aan het einde | Ctrl+B | Cmd+B |
Voeg maten toe aan het einde | Alt+Shift+B | Option+Shift+B |
Verwijder | Del | Del |
Verwijder geselecteerde maten | Ctrl+Del | Cmd+Del |
Toon/verberg eigenschappen | F8 | Fn+F8 |
Bewerk element | F2 | Fn+F2 |
Verplaats akkoord/rust naar links | Shift+Links | Shift+Links |
Verplaats akkoord/rust naar rechts | Shift+Rechts | Shift+Rechts |
Actie | Windows/Linux | macOS |
---|---|---|
Duur instellen | 1 – 9 | 1 – 9 |
Antimetrisch figuur invoeren | Ctrl+2 – Ctrl+9 | Cmd+2 – Cmd+9 |
Voeg overgebonden noot toe | T | T |
Halveer geselecteerde duur | Q | Q |
Verdubbel geselecteerde duur | W | W |
Halveer geselecteerde duur (inclusief gepunteerde waarde) | Shift+Q | Shift+Q |
Verdubbel geselecteerde duur (inclusief gepunteerde waarde) | Shift+W | Shift+W |
Halve duur plakken | Ctrl+Shift+Q | Cmd+Shift+Q |
Dubbele duur plakken | Ctrl+Shift+W | Cmd+Shift+W |
Voeg helemaatrust in | Ctrl+Shift+Del | Cmd+Shift+Del |
Actie | Windows/Linux | macOS |
---|---|---|
Schakel 'Voorteken: mol' in/uit | - | - |
Schakel 'Voorteken: herstellingsteken' in/uit | = | = |
Schakel 'Voorteken: kruis' in/uit | + | + |
Verhoog toon/verplaats selectie omhoog | Omhoog | Omhoog |
Verlaag toon/verplaats selectie omlaag | Omlaag | Omlaag |
Verhoog toon met een octaaf | Ctrl+Omhoog | Cmd+Omhoog |
Verlaag toon met een octaaf | Ctrl+Omlaag | Cmd+Omlaag |
Verhoog toon diatonisch | Alt+Shift+Omhoog | Option+Shift+Omhoog |
Verlaag toon diatonisch | Alt+Shift+Omlaag | Option+Shift+Omlaag |
Wijzig enharmonische notatie (werkelijke en geschreven toonhoogte) | J | J |
Wijzig enharmonische notatie (alleen huidige modus) | Ctrl+J | Cmd+J |
Ga snaar omhoog (TAB) | Ctrl+Omhoog | Cmd+Omhoog |
Ga snaar omlaag (TAB) | Ctrl+Omlaag | Cmd+Omlaag |
Schakel 'ghost note' in/uit (TAB) | Shift+X | Shift+X |
Actie | Windows/Linux | macOS |
---|---|---|
Wissel stokrichting | X | X |
Spiegel de nootkop | Shift+X | Shift+X |
Gebruik stem 1 | Ctrl+Alt+1 | Cmd+Option+1 |
Gebruik stem 2 | Ctrl+Alt+2 | Cmd+Option+2 |
Gebruik stem 3 | Ctrl+Alt+3 | Cmd+Option+3 |
Gebruik stem 4 | Ctrl+Alt+4 | Cmd+Option+4 |
Verplaats geselecteerde noot/rust naar notenbalk hierboven | Ctrl+Shift+Omhoog | Cmd+Shift+Omhoog |
Verplaats geselecteerde noot/rust naar notenbalk hieronder | Ctrl+Shift+Omlaag | Cmd+Shift+Omlaag |
Schakel 'Meermaatsrusten' in/uit | M | M |
Actie | Windows/Linux | macOS |
---|---|---|
Verplaats tekst naar links | Links | Links |
Verplaats tekst naar rechts | Rechts | Rechts |
Verplaats tekst snel naar links | Ctrl+Links | Cmd+Links |
Verplaats tekst snel naar links | Ctrl+Rechts | Cmd+Rechts |
Verplaats selectie omhoog | Omhoog | Omhoog |
Verplaats selectie omlaag | Omlaag | Omlaag |
Verplaats selectie snel omhoog | Ctrl+Omhoog | Cmd+Omhoog |
Verplaats selectie snel omlaag | Ctrl+Omlaag | Cmd+Omlaag |
Actie | Windows/Linux | macOS |
---|---|---|
Voeg tekst toe: notenbalktekst | Ctrl+T | Cmd+T |
Voeg tekst toe: expressietekst | Ctrl+E | Cmd+E |
Voeg tekst toe: systeemtekst | Ctrl+Shift+T | Cmd+Shift+T |
Voeg tekst toe: tempomarkering | Alt+Shift+T | Option+Shift+T |
Voeg tekst toe: repetitieteken | Ctrl+M | Cmd+M |
Voeg speciale tekens in | Shift+F2 | Shift+Fn+F2 |
Actie | Windows/Linux | macOS |
---|---|---|
Opmaak tekst: vet | Ctrl+B | Cmd+B |
Opmaak tekst: cursief | Ctrl+I | Cmd+I |
Opmaak tekst: onderstreept | Ctrl+U | Cmd+U |
Voeg mol in | Ctrl+Shift+B | Cmd+Shift+B |
Voeg herstellingsteken in | Ctrl+Shift+H | Cmd+Shift+H |
Voeg kruis in | Ctrl+Shift+# | Cmd+Shift+# |
Voeg dynamiek p in | Ctrl+Shift+P | Cmd+Shift+P |
Voeg dynamiek m in | Ctrl+Shift+M | Cmd+Shift+M |
Voeg dynamiek f in | Ctrl+Shift+F | Cmd+Shift+F |
Voeg dynamiek n in | Ctrl+Shift+N | Cmd+Shift+N |
Voeg dynamiek r in | Ctrl+Shift+R | Cmd+Shift+R |
Voeg dynamiek s in | Ctrl+Shift+S | Cmd+Shift+S |
Voeg dynamiek z in | Ctrl+Shift+Z | Cmd+Shift+Z |
Actie | Windows/Linux | macOS |
---|---|---|
Voeg tekst toe: liedtekst | Ctrl+L | Cmd+L |
Ga naar volgende lettergreep | Spatie | Spatie |
Ga naar vorige lettergreep | Shift+Spatie | Shift+Spatie |
Liedtekst: voer koppelteken in | - | - |
Liedtekst: voer melisme in | _ | _ |
Voeg liedtekst vers toe | Enter | Enter |
Ga naar volgend vers liedtekst | Omlaag | Omlaag |
Ga naar vorig vers liedtekst | Omhoog | Omhoog |
Actie | Windows/Linux | macOS |
---|---|---|
Voeg tekst toe: akkoord symbool | Ctrl+K | Cmd+K |
Voeg tekst toe: basso continuo | Ctrl+G | Cmd+G |
Ga naar volgend tekst element | Spatie | Spatie |
Ga naar vorig tekst element | Shift+Spatie | Shift+Spatie |
Verplaats cursor: naar volgende tel | ; | ; |
Verplaats cursor: naar vorige tel | Shift+; | Shift+; |
Verplaats cursor: duur | Ctrl+1 – Ctrl+9 | Cmd+1 – Cmd+9 |
Actie | Windows/Linux | macOS |
---|---|---|
Toon/verberg paletten | F9 | Fn+F9 |
Zoek in paletten | Ctrl+F9 | Cmd+Fn+F9 |
Open hoofdpalet | Shift+F9 | Shift+Fn+F9 |
Voeg legatoboog toe | S | S |
Voeg articulatie toe: accent | Shift+V | Shift+V |
Voeg articulatie toe: marcato | Shift+O | Shift+O |
Voeg articulatie toe: staccato | Shift+S | Shift+S |
Voeg articulatie toe: tenuto | Shift+N | Shift+N |
Voeg teken toe: crescendo | < | < |
Voeg teken toe: decrescendo | > | > |
Voeg haakjes toe aan element | ( | ( |
Actie | Windows/Linux | macOS |
---|---|---|
Instrumenten toevoegen/verwijderen | I | I |
Open instrumenten-dialoogvenster | F7 | Fn+F7 |
Schakel 'Zichtbaarheid' in/uit | V | V |
Verminder de uitrekking van de opmaak | { | { |
Vergroot de uitrekking van de opmaak | } | } |
Systeemomslag toevoegen/verwijderen | Enter | Enter |
Pagina-einde toevoegen/verwijderen | Ctrl+Enter | Cmd+Enter |
Herstel vormen en posities | Ctrl+R | Cmd+R |
Actie | Windows/Linux | macOS |
---|---|---|
Nieuw | Ctrl+N | Cmd+N |
Open | Ctrl+O | Cmd+O |
Sluit | Ctrl+W | Cmd+W |
Sla op | Ctrl+S | Cmd+S |
Sla op als | Ctrl+Shift+S | Cmd+Shift+S |
Druk af | Ctrl+P | Cmd+P |
Sluit af | Ctrl+Q | Cmd+Q |
Actie | Windows/Linux | macOS |
---|---|---|
Speel af | Spatie | Spatie |
Toon/verberg mixer | F10 | Fn+F10 |
Actie | Windows/Linux | macOS |
---|---|---|
Volgende UI groep | Tab | Tab |
Vorige UI groep | Shift+Tab | Shift+Tab |
Volgende UI paneel/venster | F6 | Fn+F6 |
Vorige UI paneel/venster | Shift+F6 | Shift+Fn+F6 |
Actie | Windows/Linux | macOS |
---|---|---|
Meerdere-instanties | Ctrl+F3 | Cmd+Fn+F3 |
Volledig scherm | 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.
Opmerking: er is Nederlandse ondertiteling beschikbaar voor deze video.
Enkele veelvoorkomende sneltoetsen zijn opnieuw toegewezen en er zijn enkele nieuwe geïntroduceerd:
Actie | MS3 | MS4 |
---|---|---|
Overbinding | + | T |
Volgende maat (Akkoordsymboolinvoer) |
Tab | Ctrl/Cmd+→ |
Vorige maat (Akkoordsymboolinvoer) |
SHift+Tab | Ctrl/Cmd+← |
Schakel 'Voorteken: mol' in/uit | Geen | - |
Schakel 'Voorteken: herstellingsteken' in/uit | Geen | = |
Schakel 'Voorteken: kruis' in/uit | Geen | + |
Bewerk element | Alt+Shift+E | F2 or Alt+Shift+E |
Voeg speciale tekens in... | F2 | Shift+F2 |
Ga naar het volgende UI-venster | Geen | F6 of ` (backtick / accent grave) |
Ga naar het vorige UI-venster | Geen | Shift+F6 of Shift+` |
Toon/verberg selectiefilter | F6 | Geen |
De onderstaande lijst is een verklarende woordenlijst van veelgebruikte termen in MuseScore en hun betekenis.
Een gebogen lijn tussen twee of meer noten op dezelfde toonhoogte om een enkele noot van gecombineerde duur aan te geven:
SF3
Een uitvinding van Werner Schweer, de ontwikkelaar van Musescore (source). Dit formaat ondersteunt compressie van geluidssamples. Zie SoundFonts.
De handeling waarbij de toonhoogtes van één of meerdere noten met een constante interval omhoog of omlaag worden verplaatst. Er kunnen verschillende redenen zijn om een stuk om te transponeren, bijvoorbeeld: