čeština | English | español | français | magyar | Melayu | русский | 简体中文 | [+]
DISCLAIMER: This is not an officially endorsed MuseScore product
There are 4 different installable programs:
| Program | MSCZ | MIDI | MP3 | Conversion | Windows | macOS | Linux | Android | iOS/iPadOS | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| App | ✔️ | ✔️ | ✔️ | ❌ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | |
| Userscript | ❌ | ✔️ | ✔️ | ✔️ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
| Command-line tool | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ❌ | |
| Webmscore website | ❌ | ❌ | ❌ | ❌ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
Note:
Conversionrefers to the ability to convert files into other file types, including those not downloadable in the program. Conversion types include: Individual Parts, PDF, PNG, SVG, MP3, WAV, FLAC, OGG, MIDI, MusicXML, MSCZ, and MSCX.
- Go to the README page of the
app-librescorerepository - Follow the installation instructions for your device
Note: If your device is on iOS or iPadOS, please follow the Shortcut instructions.
Note: If you cannot install browser extensions on your device, please follow the Bookmark instructions instead.
- Install Tampermonkey
Note: If you already installed an old version of the script called "musescore-downloader", "mcsz downloader", or "musescore-dl", please uninstall it from the Tampermonkey dashboard
- Go to the latest dl-librescore.user.js file
- Press the Install button
- Install the LibreScore shortcut
- In Safari, when viewing a song on MuseScore, tap
- Tap the LibreScore shortcut to activate the extension
Note: Before you can run JavaScript from a shortcut you must turn on Allow Running Scripts
- Create a new bookmark (usually Ctrl+D)
- Type
LibreScorefor the Name field - Type
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);}())for the URL field - Save the bookmark
- When viewing a song on MuseScore, click the bookmark to activate the extension
- Install Node.js LTS
- Open a terminal (do not open the Node.js application)
- Type
npx dl-librescore@latest, then pressEnter ↵
- Open Webmscore
Note: You can access the website offline by installing it as a PWA
- Install Node.js LTS
npm installto install packagesnpm run buildto build
- Install
./dist/main.user.jswith Tampermonkey node ./dist/cli.jsto run command-line tool
