若您的应用程序偏好设置错乱, 则可能需要重置Musescore 应用程序偏好设置。这将删除自定符号面板和自定快捷键,并清除文件菜单与主标签页:乐谱下的的最近打开乐谱, 但不会删除任何乐谱文件。
在重置前, 请尽管在MuseScore中文论坛咨询志愿者。请自己决定是否继续重置,Muse集团和在线社区不对任何数据丢失负责。
如果MuseScore没有启动, 您须通过命令行来运行本进程.
来源: https://musescore.org/en/node/342982
C:\Program Files\MuseScore 4\bin\MuseScore4.exe
或
%ProgramFiles%\MuseScore 4\bin\MuseScore4.exe
对于 Windows 应用商店版本 (Windows 10),它隐藏得很好,请通过 Windows 资源管理器搜索它
几秒钟后, MuseScore应该会启动,所有设置都会恢复为“出厂设置”。
对于高级用户,
主偏好设置文件位于:
C:\用户\[用户名]\AppData\Roaming\MuseScore\MuseScore4.ini
或
%APPDATA%\MuseScore\MuseScore4.ini
最近打开文件的列表位于:
C:\用户\[用户名]\AppData\Local\MuseScore\MuseScore4\recent_files.json
或
%LOCALAPPDATA%\MuseScore\MuseScore4\recent_files.json
其他偏好设置(符号面板、会话、快捷方式、工作区、日志等)位于:
C:\用户\[用户名]\AppData\Local\MuseScore\MuseScore4\
或
%LOCALAPPDATA%\MuseScore\MuseScore4\
对于 Windows 应用商店版本 (Windows 10),这些都隐藏得很好,请通过 Windows 资源管理器搜索它们。
本节 (macOS) 所编写的说明 **未经测试,且尚未在线上找到 Musescore 4 特定的 macOS 测试结果 (截至 2023 年 10 月)。 以下内容改编自 Musescore 3 https://musescore.org/en/handbook/3/revert-factory-settings。请测试它,纠正错误,并删除本段落.
/Applications/MuseScore\ 4.app/Contents/MacOS/mscore -F
这会将所有 MuseScore 偏好设置重置为出厂设置,并立即启动 MuseScore。请注意,如果不退出 MuseScore,则无法退出终端。您可以安全地退出 MuseScore,退出终端,然后以正常方式重新打开MuseScore,继续使用。
For advanced users, the main MuseScore preference file is located at ~/Library/Preferences/org.musescore.MuseScore4.plist
. Often, deleting this file has no effect: macOS stores a cached copy of the settings in some unknown location. The correct way to delete this file, is by running the following command in the Terminal app:
defaults delete org.musescore.MuseScore4
The other preferences (palettes, session, shortcuts, workspaces, logs,...) (Those are not cached by macOS.) are in
~/Library/Application\ Support/MuseScore/MuseScore4/
source : https://musescore.org/en/node/345932
The following is true for Ubuntu, and most likely all other Linux distributions and UNIX-style operating systems.
mscore -F
Or
musescore -F
Or
mscore4portable -F
Or, if you are using the AppImage version, use the cd
command to change directory to wherever you saved the AppImage. For example, if you saved it to your Desktop (and there is only one):
cd ~/Desktop
./MuseScore*.AppImage -F
This resets all MuseScore preferences to factory settings and immediately launches the MuseScore application. You can now quit Terminal, and continue using MuseScore.
For advanced users,
the main MuseScore preference file is located at
${XDG_CONFIG_HOME:-~/.config}/MuseScore/MuseScore4.ini
The other preferences (palettes, session, shortcuts, workspaces,logs, …) are in
${XDG_DATA_HOME:-~/.local/share}/MuseScore/MuseScore4/