mirror of
https://github.com/LibreScore/dl-librescore
synced 2024-12-18 13:54:09 +01:00
5.4 KiB
5.4 KiB
čeština | English | español | français | magyar | Melayu | русский | 简体中文 | [+]
[//]: # "+_==!|!==!|!==/+/ 不要在此行上方编辑 /+/^^+#|#+^+#|#+^^+"
dl-librescore
免责声明:这不是官方认可的 MuseScore 产品
安装
有4种不同的安装程序:
程序 | MSCZ | MIDI | MP3 | 转换 | Windows | macOS | Linux | 安卓 | iOS/iPadOS | ||
---|---|---|---|---|---|---|---|---|---|---|---|
应用程序 | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | |
用户脚本 | ❌ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
命令行工具 | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | |
Webmscore 尔网站 | ❌ | ❌ | ❌ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
注意:
轉換
是指將文件轉換為其他文件類型的能力,包括那些不能在此程式中下載的文件。 轉換類型包括:樂譜中的單個樂器、PDF、PNG、SVG、MP3、WAV、FLAC、OGG、MIDI、MusicXML、MSCZ 和 MSCX。
应用程序
- 前往 README 页面找到
app-librescore
储存库 - 按照您设备的安装流程进行安装
用户脚本
注意:如果您的设备运行的系统是 iOS 或者 iPadOS,请参考: Shortcut
注意:如果您无法在您的设备上安装浏览器扩展插件,请参考以下替代方案: Bookmark
浏览器扩展插件
- 安装 Tampermonkey
提示:如果您已经安装了名为“musescore-downloader”、“mcsz downloader”或“musescore-dl”的旧版本脚本,请从Tampermonkey管理面板中卸载它
- 访问最新的 dl-librescore.user.js 文件
- 按下安装按钮
快捷方式
- 安装 LibreScore快捷方式
- 在Safari中,当在MuseScore上查看歌曲时,点击
- 点击LibreScore快捷方式激活扩展
注意:您必须先打开“允许运行脚本”,才能从快捷指令运行 JavaScript
- 前往“设置” > “快捷指令” > “高级”
- 打开“允许运行脚本”
书签
- 创建一个新书签(通常是Ctrl+D)
- 在Name字段中输入
LibreScore
- 键入
javascript:(function () {let code = document.createElement('script');code.src = 'https://github.com/LibreScore/dl-librescore/releases/latest/download/dl-librescore.user.js';document.body.appendChild(code);}())
用于URL字段 - 保存书签
- 在MuseScore上查看歌曲时,单击书签以激活扩展
命令行工具
- 安装 Node.js LTS
- 打开一个终端(Terminal)窗口 (不要打开 the Node.js 应用程序)
- 在窗口中输入
npx dl-librescore@latest
,然后按回车键(Enter) ↵
Webmscore 网站
- 打开 Webmscore网站
提示:通过把它安装为渐进式Web应用(PWA),您可以离线访问这个网站
构建方法
- 安装 Node.js LTS
2.运行
npm install
来安装程序包 - 运行
npm run build
来构建程序
- 用油猴(篡改猴,Tampermonkey)安装
./dist/main.user.js
- 运行
node ./dist/cli.js
来启动命令行工具