All pages
Powered by GitBook
1 of 1

Loading...

Plugins

For information on audio plugins, see VST and VSTi.

Overview

A plugin is a small piece of software that adds extra functionality to MuseScore Studio. A plugin needs to be enabled first, and then executed by using the Plugins menu. Some plugins come pre-installed, and are disabled by default. There are also plugins created and shared by other musicians, anyone can download and use them.

Managing plugins

Enabling and disabling plugins

  1. Go to Home -> Plugins (or Plugins -> Manage plugins...).

  2. Select a plugin and click Enable or Disable.

  1. Search for available plugins at, for example:

    • (musescore.org -> Download -> Plugins)

Updating works the same way as installing – just remember to remove the files from the previous version to avoid duplicate plugins.

  1. Open a score (or go back to the Score tab).

  2. Select Plugins in the menu and find and select the plugin name in the menu.

To assign a keyboard shortcut to a plugin:

  1. Go to Home -> Plugins (or Plugins -> Manage plugins...).

  2. Select a plugin.

  3. Choose Edit shortcut.

See the code for these plugins on .

  • Color Notes

  • Courtesy Accidentals

  • Lilypond Lyrics

  • Mirror Intervals

Visit the Developers' Handbook chapter for fundamentals, and the chapter for info on the new parameters and porting a MuseScore 3 plugin to MuseScore Studio 4.

GitHub topic 'musescore-plugins'
  • Make sure it is compatible with your version of MuseScore (3.x or 4.x).

  • Download the file:

    • For .qml files hosted on musescore.org, sometimes web browsers open it as plain text and refuses to download it as file. In that case, right-click on the link and select Save link as...

    • For github.com unpackaged code, download the project as a zip file by clicking Code -> Download ZIP.

    • For github.com packaged releases, click on an appropriate item under Assets.

  • If the download is a .zip file, extract it using archive extraction software.

  • Move the files to MuseScore's plugins folder, configurable in Preferences -> Folders. The default directories are:

    • Windows: C:\Users\[Your User Name]\Documents\MuseScore4\Plugins\

    • macOS: ~/Documents/MuseScore4/Plugins/

    • Linux: ~/Documents/MuseScore4/Plugins/

  • Define a keyboard shortcut for the action that appears in the Preferences window.

    Note Names

  • Retrograde

  • Tuning and temperaments

  • Installing a new plugin

    Warning: Plugins can potentially contain bad or malicious code, which compromise the machine and damage the scores. All plugins shared on musescore.org's plugin repository are unvetted. No warranty of any kind is provided. Users should download from a trusted author or double-check the code themselves. Seek advice on the Plugins forum.

    Updating an existing plugin

    Running a plugin

    Pre-installed plugins

    Create a plugin

    musescore.org/plugins
    GitHub topic 'musescore-plugin'
    Github
    Plugins for 3.x
    Plugins for 4.x
    Ms4p run
    Ms4p githubzip
    Ms4p githubrelease
    Ms4pluginfolder1
    Ms4pluginfolder2