0.33.0 • Published 2 years ago

musescore-dl v0.33.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

dl-musescore

Discord Weblate Github All Releases Github All Releases npm

Download sheet music from MuseScore

DISCLAIMER: This is not an officially supported MuseScore product

Installation

There are 4 different installable programs:

ProgramMSCZMIDIMP3PDFConversionWindowsmacOSLinuxAndroidiOS/iPadOS
App✔️✔️✔️✔️✔️✔️
Userscript✔️✔️✔️✔️✔️✔️✔️✔️
Command-line tool✔️✔️✔️✔️✔️✔️✔️✔️
Webmscore website✔️✔️✔️✔️✔️✔️

Note: Conversion refers to the ability to convert files into other file types, including those not downloadable in the program. Conversion targets include: Individual Parts, PDF, PNG, SVG, MP3, WAV, FLAC, OGG, MIDI, MusicXML, MSCZ, and MSCX.

App

  1. Go to the README page of the app-librescore repository
  2. Follow the installation instructions for your device to install it

Userscript

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

Browser extension

  1. Install Tampermonkey

Note: If you already installed an old version of the script called "musescore-downloader" or "mcsz downloader", please uninstall it from the Tampermonkey dashboard

  1. Go to the latest dl-musescore.user.js file
  2. Press the Install button

Note: When using Google Chrome, the download buttons might not be visible. Instead, you can access the download buttons in the Tampermonkey menu by clicking the Tampermonkey extension icon in the browser toolbar

Shortcut

  1. Install the LibreScore shortcut
  2. In Safari, when viewing a song on MuseScore, tap
  3. Tap the LibreScore shortcut to activate the extension

Note: Before you can run JavaScript from a shortcut you must turn on Allow Running Scripts

  1. Go to Settings > Shortcuts > Advanced
  2. Turn on Allow Running Scripts

Bookmark

  1. Create a new bookmark (usually Ctrl+D)
  2. Type LibreScore for the Name field
  3. Type javascript:(function () {let code = document.createElement('script');code.src = 'https://github.com/LibreScore/dl-musescore/releases/latest/download/dl-musescore.user.js';document.body.appendChild(code);}()) for the URL field
  4. Save the bookmark
  5. When viewing a song on MuseScore, click the bookmark to activate the extension

Command-line tool

  1. Install Node.js LTS
  2. Open a terminal (do not open the Node.js application)
  3. Type npx musescore-dl@latest, then press Enter ↵

Webmscore website

  1. Open Webmscore

Note: You can access the website offline by installing it as a PWA

Building

  1. Install Node.js LTS
  2. npm install to install packages
  3. npm run build to build
  • Install ./dist/main.user.js with Tampermonkey
  • node ./dist/cli.js to run command-line tool
0.33.0

2 years ago

0.32.0

2 years ago

0.31.0

2 years ago

0.30.1

2 years ago

0.30.0

2 years ago

0.27.4

3 years ago

0.27.3

3 years ago

0.27.2

3 years ago

0.27.1

3 years ago

0.27.0

3 years ago