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:
Action | Windows/Linux | mac OS |
---|---|---|
ズームイン | Ctrl+= | Cmd+= |
ズームアウト | Ctrl+- | Cmd+- |
ズーム100% | Ctrl+0 | Cmd+0 |
スコアの最初の要素へ | Ctrl+Home | Cmd+Fn+Left |
スコアの最後の要素へ | Ctrl+End | Cmd+Fn+Right |
次の画面へ | PgDn | Fn+Down |
前の画面へ | PgUp | Fn+Up |
最初のページの一番上へ | Home | Fn+Left |
最後のページの一番下へ | End | Fn+Right |
次のページへ | Ctrl+PgDn | Cmd+Fn+Down |
前のページへ | Ctrl+PgUp | Cmd+Fn+Up |
検索 / ゴーツー | Ctrl+F | Cmd+F |
アクセッシビィティ: 位置を取得 | Shift+L | Shift+L |
タイムラインを表示/非表示 | F12 | Fn+F12 |
ACTION | Windows/Linux | mac OS |
---|---|---|
次のコードを選択 | Right | Right |
前のコードを選択 | Left | Left |
次の小節へ | Ctrl+Right | Cmd+Right |
前の小節へ | Ctrl+Left | Cmd+Left |
スコア内の次の要素を選択 | Alt+Right | Option+Right |
スコア内の前の要素を選択 | Alt+Left | Option+Left |
次の譜表要素を選択 | Ctrl+Alt+Shift+Right | Cmd+Option+Shift+Right |
前の譜表要素を選択 | Ctrl+Alt+Shift+Left | Cmd+Option+Shift+Left |
上の音符・休符を選択 | Alt+Up | Option+Up |
下の音符・休符を選択 | Alt+Down | Option+Down |
コードの一番上の音符を選択 | Ctrl+Alt+Up | Cmd+Option+Up |
コードの一番下の音符を選択 | Ctrl+Alt+Down | Cmd+Option+Down |
一番上の譜表へ | Alt+Shift+Up | Option+Shift+Up |
一番下の譜表へ | Alt+Shift+Down | Option+Shift+Down |
Action | Windows/Linux | mac OS |
---|---|---|
音符入力: 音符入力モードの切り替え | N | N |
音符入力: '既存の音符をリピッチ' モードの切り替え | Ctrl+Shift+I | Cmd+Shift+I |
音符入力: '挿入' モードの切り替え | Ctrl+I | Cmd+I |
ピアノキーボードの表示/非表示 | P | P |
声部1を使う | Ctrl+Alt+1 | Cmd+Option+1 |
声部2を使う | Ctrl+Alt+2 | Cmd+Option+2 |
声部3を使う | Ctrl+Alt+3 | Cmd+Option+3 |
声部4を使う | Ctrl+Alt+4 | Cmd+Option+4 |
Action | Windows/Linux | mac OS |
---|---|---|
音価を指定 | 1 – 9 | 1 – 9 |
音価を指定: 64分音符 | 1 | 1 |
音価を指定: 32分音符 | 2 | 2 |
音価を指定: 16分音符 | 3 | 3 |
音価を指定: 8分音符 | 4 | 4 |
音価を指定: 4分音符 | 5 | 5 |
音価を指定: 2分音符 | 6 | 6 |
音価を指定: 全音符 | 7 | 7 |
音価を指定: 倍全音符 | 8 | 8 |
付点を切り替え | . | . |
連符入力 | Ctrl+2 – Ctrl+9 | Cmd+2 – Cmd+9 |
連符入力: 2連符 | Ctrl+2 | Cmd+2 |
連符入力: 3連符 | Ctrl+3 | Cmd+3 |
連符入力: 4連符 | Ctrl+4 | Cmd+4 |
連符入力: 5連符 | Ctrl+5 | Cmd+5 |
連符入力: 6連符 | Ctrl+6 | Cmd+6 |
連符入力: 7連符 | Ctrl+7 | Cmd+7 |
連符入力: 8連符 | Ctrl+8 | Cmd+8 |
連符入力: 9連符 | Ctrl+9 | Cmd+9 |
タイで繋がる音符を加える | T | T |
選択した音価を半分に | Q | Q |
選択した音価を倍に | W | W |
選択した音価を半分に(付点を含む) | Shift+Q | Shift+Q |
選択した音価を倍に(付点を含む) | Shift+W | Shift+W |
小節休符を挿入 | Ctrl+Shift+Del | Cmd+Shift+Del |
Action | Windows/Linux | mac OS |
---|---|---|
音符を入力 | A – G | A – G |
音符Aを入力 | A | A |
音符Bを入力 | B | B |
音符Cを入力 | C | C |
音符Dを入力 | D | D |
音符Eを入力 | E | E |
音符Fを入力 | F | F |
音符Gを入力 | G | G |
コードに音符を加える | Shift+A – Shift+G | Shift+A – Shift+G |
コードに音符Aを加える | Shift+A | Shift+A |
コードに音符Bを加える | Shift+B | Shift+B |
コードに音符Cを加える | Shift+C | Shift+C |
コードに音符Dを加える | Shift+D | Shift+D |
コードに音符Eを加える | Shift+E | Shift+E |
コードに音符Fを加える | Shift+F | Shift+F |
コードに音符Gを加える | Shift+G | Shift+G |
音程で入力 | Alt+1 – Alt+9 | Option+1 – Option+9 |
音程で入力: ユニゾン | Alt+1 | Option+1 |
音程で入力: 2度上 | Alt+2 | Option+2 |
音程で入力: 3度上 | Alt+3 | Option+3 |
音程で入力: 4度上 | Alt+4 | Option+4 |
音程で入力: 5度上 | Alt+5 | Option+5 |
音程で入力: 6度上 | Alt+6 | Option+6 |
音程で入力: 7度上 | Alt+7 | Option+7 |
音程で入力: 8度上 | Alt+8 | Option+8 |
音程で入力: 9度上 | Alt+9 | Option+9 |
臨時記号のオンオフ: フラット | - | - |
臨時記号のオンオフ: ナチュラル | = | = |
臨時記号のオンオフ: シャープ | + | + |
休符を入力 | 0 | 0 |
装飾音符を加える: 前打音 | / | / |
Action | Windows/Linux | mac OS |
---|---|---|
音価を設定 (TAB) | Shift+0 – Shift+9 | Shift+0 – Shift+9 |
音価を設定: 128分音符 (TAB) | Shift+0 | Shift+0 |
音価を設定: 64分音符 (TAB) | Shift+1 | Shift+1 |
音価を設定: 32分音符 (TAB) | Shift+2 | Shift+2 |
音価を設定: 16分音符 (TAB) | Shift+3 | Shift+3 |
音価を設定: 8分音符 (TAB) | Shift+4 | Shift+4 |
音価を設定: 4分音符 (TAB) | Shift+5 | Shift+5 |
音価を設定: 2分音符 (TAB) | Shift+6 | Shift+6 |
音価を設定: 全音符 (TAB) | Shift+7 | Shift+7 |
TAB譜に入力: フレット | 0 – 9 | 0 – 9 |
TAB譜に入力: フレット | A – K | A – K |
TAB譜に入力: フレット 0 | 0 | 0 |
TAB譜に入力: フレット 1 | 1 | 1 |
TAB譜に入力: フレット 2 | 2 | 2 |
TAB譜に入力: フレット 3 | 3 | 3 |
TAB譜に入力: フレット 4 | 4 | 4 |
TAB譜に入力: フレット 5 | 5 | 5 |
TAB譜に入力: フレット 6 | 6 | 6 |
TAB譜に入力: フレット 7 | 7 | 7 |
TAB譜に入力: フレット 8 | 8 | 8 |
TAB譜に入力: フレット 9 | 9 | 9 |
TAB譜に入力: フレット 0 | A | A |
TAB譜に入力: フレット 1 | B | B |
TAB譜に入力: フレット 2 | C | C |
TAB譜に入力: フレット 3 | D | D |
TAB譜に入力: フレット 4 | E | E |
TAB譜に入力: フレット 5 | F | F |
TAB譜に入力: フレット 6 | G | G |
TAB譜に入力: フレット 7 | H | H |
TAB譜に入力: フレット 8 | J | J |
TAB譜に入力: フレット 9 | K | K |
上の弦に移動 (TAB) | Up | Up |
下の弦に移動 (TAB) | Down | Down |
ゴーストノートのオンオフ | Shift+X | Shift+X |
Action | Windows/Linux | mac OS |
---|---|---|
全て選択 | Ctrl+A | Cmd+A |
選択に追加: 前の音符/休符 | Shift+Left | Shift+Left |
選択に追加: 次の音符/休符 | Shift+Right | Shift+Right |
選択に追加: 上の譜表 | Shift+Up | Shift+Up |
選択に追加: 下の譜表 | Shift+Down | Shift+Down |
小節の最初まで選択 | Ctrl+Shift+Left | Cmd+Shift+Left |
小節の最後まで選択 | Ctrl+Shift+Right | Cmd+Shift+Right |
線の最初まで選択 | Shift+Home | Shift+Fn+Left |
線の最後まで選択 | Shift+End | Shift+Fn+Right |
スコアの最初まで選択 | Ctrl+Shift+Home | Cmd+Shift+Fn+Left |
スコアの最後まで選択 | Ctrl+Shift+End | Cmd+Shift+Fn+Right |
Action | Windows/Linux | mac OS |
---|---|---|
回避 | Esc | Esc |
アンドゥー | Ctrl+Z | Cmd+Z |
リドゥー | Ctrl+Shift+Z | Cmd+Shift+Z |
コピー | Ctrl+C | Cmd+C |
カット | Ctrl+X | Cmd+X |
ペースト | Ctrl+V | Cmd+V |
コピー/ペースト: クリップボードと交換 | Ctrl+Shift+X | Cmd+Shift+X |
選択範囲を繰り返す | R | R |
選択範囲の前に1小節追加 | Ins | Ins |
選択範囲の前に複数小節追加 | Ctrl+Ins | Cmd+Ins |
スコアの最後に1小節追加 | Ctrl+B | Cmd+B |
スコアの最後に複数小節追加 | Alt+Shift+B | Option+Shift+B |
削除 | Del | Del |
選択した小節を削除 | Ctrl+Del | Cmd+Del |
プロパティを表示/非表示 | F8 | Fn+F8 |
要素を編集 | F2 | Fn+F2 |
コード/休符を移動:左 | Shift+Left | Shift+Left |
コード/休符を移動:右 | Shift+Right | Shift+Right |
Action | Windows/Linux | mac OS |
---|---|---|
音価を設定 | 1 – 9 | 1 – 9 |
連符を入力 | Ctrl+2 ~ Ctrl+9 | Cmd+2 ~ Cmd+9 |
タイで結ばれる音符を入力 | T | T |
選択した音価を半分に | Q | Q |
選択した音価を倍に | W | W |
選択した音価を半分に (付点を含む) | Shift+Q | Shift+Q |
選択した音価を倍に (付点を含む) | Shift+W | Shift+W |
半分の音価でペースト | Ctrl+Shift+Q | Cmd+Shift+Q |
倍の音価でペースト | Ctrl+Shift+W | Cmd+Shift+W |
小節休符を挿入 | Ctrl+Shift+Del | Cmd+Shift+Del |
Action | Windows/Linux | mac OS |
---|---|---|
臨時記号のオンオフ: フラット | - | - |
臨時記号のオンオフ: ナチュラル | = | = |
臨時記号のオンオフ: シャープ | + | + |
選択範囲のピッチを上に | Up | Up |
選択範囲のピッチを下に | Down | Down |
ピッチを1オクターブ上に | Ctrl+Up | Cmd+Up |
ピッチを1オクターブ下に | Ctrl+Down | Cmd+Down |
ピッチを音階に沿って上に | Alt+Shift+Up | Option+Shift+Up |
ピッチを音階に沿って下に | Alt+Shift+Down | Option+Shift+Down |
異名同音の表示を変える (実音と記譜音) | J | J |
異名同音の表示を変える (現在の音のみ) | Ctrl+J | Cmd+J |
音符を高音弦に移動 (TAB) | Ctrl+Up | Cmd+Up |
音符を低音弦に移動 (TAB) | Ctrl+Down | Cmd+Down |
ゴーストノートの切り替え (TAB) | Shift+X | Shift+X |
Action | Windows/Linux | mac OS |
---|---|---|
方向を反転 | X | X |
符頭を反転 | Shift+X | Shift+X |
声部1 | Ctrl+Alt+1 | Cmd+Option+1 |
声部2 | Ctrl+Alt+2 | Cmd+Option+2 | 声部 3 | Ctrl+Alt+3 | Cmd+Option+3 |
声部 4 | Ctrl+Alt+4 | Cmd+Option+4 |
選択した音符/休符を上の譜表に移動 | Ctrl+Shift+Up | Cmd+Shift+Up |
選択した音符/休符を下の譜表に移動 | Ctrl+Shift+Down | Cmd+Shift+Down |
長休符の切り替え | M | M |
Action | Windows/Linux | mac OS |
---|---|---|
テキストを左に移動 | Left | Left |
テキストを右に移動 | Right | Right |
テキストを左に即移動 | Ctrl+Left | Cmd+Left |
テキストを右に即移動 | Ctrl+Right | Cmd+Right |
テキストを上に移動 | Up | Up |
テキストを下に移動 | Down | Down |
テキストを上に即移動 | Ctrl+Up | Cmd+Up |
テキストを下に即移動 | Ctrl+Down | Cmd+Down |
Action | Windows/Linux | mac OS |
---|---|---|
テキストを追加: 譜表テキスト | Ctrl+T | Cmd+T |
テキストを追加: 効果テキスト | Ctrl+E | Cmd+E |
テキストを追加: 段テキスト | Ctrl+Shift+T | Cmd+Shift+T |
テキストを追加: テンポ記号 | Alt+Shift+T | Option+Shift+T |
テキストを追加: 練習番号 | Ctrl+M | Cmd+M |
特殊文字を挿入 | Shift+F2 | Shift+Fn+F2 |
Action | Windows/Linux | mac OS |
---|---|---|
テキストフォーマット: 太字 | Ctrl+B | Cmd+B |
テキストフォーマット: イタリック体 | Ctrl+I | Cmd+I |
テキストフォーマット: 下線 | Ctrl+U | Cmd+U |
フラットを挿入 | Ctrl+Shift+B | Cmd+Shift+B |
ナチュラルを挿入 | Ctrl+Shift+H | Cmd+Shift+H |
シャープを挿入 | Ctrl+Shift+# | Cmd+Shift+# |
強弱記号 p を挿入 | Ctrl+Shift+P | Cmd+Shift+P |
強弱記号 m を挿入 | Ctrl+Shift+M | Cmd+Shift+M |
強弱記号 f を挿入 | Ctrl+Shift+F | Cmd+Shift+F |
強弱記号 n を挿入 | Ctrl+Shift+N | Cmd+Shift+N |
強弱記号 r を挿入 | Ctrl+Shift+R | Cmd+Shift+R |
強弱記号 s を挿入 | Ctrl+Shift+S | Cmd+Shift+S |
強弱記号 z を挿入 | Ctrl+Shift+Z | Cmd+Shift+Z |
Action | Windows/Linux | mac OS |
---|---|---|
テキストを追加: 歌詞 | Ctrl+L | Cmd+L |
次の音節へ | Space | Space |
前の音節へ | Shift+Space | Shift+Space |
歌詞: ハイフンを入力 | - | - |
歌詞: メリスマを入力 | _ | _ |
歌詞ヴァースを追加 | Return | Return |
次の歌詞ヴァースへ | Down | Down |
前の歌詞ヴァースへ | Up | Up |
Action | Windows/Linux | mac OS |
---|---|---|
テキストを追加: コード記号 | Ctrl+K | Cmd+K |
テキストを追加: 数字付き低音 | Ctrl+G | Cmd+G |
次のテキスト要素 | Space | Space |
前のテキスト要素 | Shift+Space | Shift+Space |
カーソルを進める: 次の拍 | ; | ; |
カーソルを進める: 前の拍 | Shift+; | Shift+; |
カーソルを進める: 音価 | Ctrl+1 – Ctrl+9 | Cmd+1 – Cmd+9 |
Action | Windows/Linux | mac OS |
---|---|---|
パレットを表示/非表示 | F9 | Fn+F9 |
パレットを検索 | Ctrl+F9 | Cmd+Fn+F9 |
マスターパレットを開く | Shift+F9 | Shift+Fn+F9 |
スラーを追加 | S | S |
アーティキュレーションを追加: アクセント | Shift+V | Shift+V |
アーティキュレーションを追加: マルカート | Shift+O | Shift+O |
アーティキュレーションを追加: スタッカート | Shift+S | Shift+S |
アーティキュレーションを追加: テヌート | Shift+N | Shift+N |
松葉を追加: クレッシェンド | < | < |
松葉を追加: デクレッシェンド | > | > |
要素に括弧を付ける | ( | ( |
Action | Windows/Linux | mac OS |
---|---|---|
楽器を追加/削除 | I | I |
楽器ダイアログを開く | F7 | Fn+F7 |
要素の表示をオンオフ | V | V |
レイアウトを縮める | { | { |
レイアウトを伸ばす | } | } |
段区切りを追加/削除 | Return | Return |
ページ区切りを追加/削除 | Ctrl+Return | Cmd+Return |
形と位置をリセット | Ctrl+R | Cmd+R |
Action | Windows/Linux | mac OS |
---|---|---|
新しいファイル | Ctrl+N | Cmd+N |
開く | Ctrl+O | Cmd+O |
閉じる | Ctrl+W | Cmd+W |
保存 | Ctrl+S | Cmd+S |
名前を付けて保存 | Ctrl+Shift+S | Cmd+Shift+S |
印刷 | Ctrl+P | Cmd+P |
抜ける | Ctrl+Q | Cmd+Q |
Action | Windows/Linux | mac OS |
---|---|---|
再生 | Space | Space |
ミキサーを表示/非表示 | F10 | Fn+F10 |
Action | Windows/Linux | macOS |
---|---|---|
次の UI グループ | Tab | Tab |
前の UI グループ | Shift+Tab | Shift+Tab |
次の UI ペイン/ウィンドウ | F6 | Fn+F6 |
前の UI ペイン/ウィンドウ | Shift+F6 | Shift+Fn+F6 |
Action | Windows/Linux | macOS |
---|---|---|
マルチインスタンス | Ctrl+F3 | Cmd+Fn+F3 |
フルスクリーン | 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.
All keyboard shortcuts for MuseScore 4 をご参照ください。ここでは MuseScore 3 から変更されたものや全く新たなものを表示しました:
働き | MuseScore 3 | MuseScore 4 |
---|---|---|
タイを追加 | + | T |
(コード記号の入力で) 次の小節へ | Tab | Ctrl/Cmd+→ |
(コード記号の入力で) 前の小節へ | Shift+Tab | Ctrl/Cmd+← |
臨時記号オンオフ:フラット | None | - |
臨時記号オンオフ:ナチュラル | None | = |
臨時記号オンオフ:シャープ | None | + |
要素の編集 | Alt+Shift+E | F2 or Alt+Shift+E |
特殊文字の入力 | F2 | Shift+F2 |
次の UI パネルへジャンプ | None | F6 or ` (backtick / grave accent) |
前の UI パネルへジャンプ | None | Shift+F6 or Shift+` |
選択フィルターの表示/非表示 | F6 | None |
アップグレードに伴い、MuseScore 3 にあった機能の一部がなくなりました。Developers' handbook の MuseScore 3 features not implemented in MuseScore 4 にそれら一覧表がありますので、ご参照ください。
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: