官方将最新支持信息发布于https://musescore.org/support(英文)。 敬请优先访问并阅读该页面。
在MuseScore内部推广的教程材料以外, MuseGroup——MuseScore项目的管理公司还维护着一个在线服务器 https://musescore.org免费提供音乐家社区 。 社区志愿者合作维护手册及一系列帮助页面。 要寻求帮助,请使用https://musescore.org/zh-hans/forum。
每个人都被邀请加入社区,并鼓励大家做出贡献,请移步https://musescore.org/zh-hans/donate和 https://musescore.org/en/contribute。 在 https://github.com/musescore/MuseScore/issues 报告Musescore 4的Windows、 macOS和Linux软件错误。
还有其他质量良好的第三方教程材料、视频流和社区,适用于不同级别的Musescore在线用户。
前往https://musescore.org/zh-hans/forum以阅读新闻和动态并参与讨论。
访问 https://github.com/musescore/MuseScore/issues 以发布并跟踪问题。
本项目可在 https://github.com/musescore/MuseScore 获得。
还有其他质量非常好的第三方教程材料、视频流和社区,适用于不同级别的Musescore在线用户,最引人注目的是Marc Sabatella先生创建的https://school.masteringmusescore.com/。虽然Marc Sabatella为MuseScore代码库和官方教程材料做出大量贡献已有累时,并孜孜不倦地帮助社区,但其网站与Muse集团或其任何子公司没有关联。
Browse the How-to's first
The most useful pages from How to:
若您的应用程序偏好设置错乱, 则可能需要重置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/