> For the complete documentation index, see [llms.txt](https://handbook.musescore.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.musescore.org/3/basics/share-scores-online.md).

# Share scores online

[Musescore.com](https://musescore.com/) allows you to:

* View and listen to scores from a large repository created by the MuseScore community.
* Download any score in a variety of formats—MuseScore, MusicXML, PDF, MIDI, MP3.
* Upload your own scores: control whether to share them publicly or privately (via a secret link).
* Synchronize your score with a YouTube video ("Videoscores").

**Note**: A MuseScore Pro account is required for all scores not marked as PD (Public Domain) or "Original" work, the latter must also have the approval of the score owner.

## Create an account

1. Visit [MuseScore.com](https://musescore.com/?utm_source=handbook) and click on "[Create new account](https://musescore.com/user/register)". Pick a username and enter a valid email and press "Create New Account".
2. Wait a few minutes for an email from MuseScore.com support. If no email arrives, check your spam folder.
3. Click the link in the email and visit your [user profile](https://musescore.com/user?utm_source=handbook) to change your password.

## Share a score directly from MuseScore

To save a score online:

1. Make sure that the **Concert Pitch** button is **off**, and that the individual parts are correctly transposed.
2. From the menu, select **File -> Save Online...**. The "Log in to MuseScore" dialog will appear:

   <figure><img src="/files/NmzBi71R1sGM1IF0wwvv" alt="MuseScore Save Online"><figcaption></figcaption></figure>
3. Enter your email address or MuseScore username, and password, then click **OK**. **Note**: If you don't have a MuseScore account yet, create one first by clicking on the "Create an account" link. That will open your browser app and bring you to [musescore.com/user/register](https://musescore.com/user/register?utm_source=handbook).
4. Upon successfully logging in and if the score already exists online, it will be updated automatically. Uncheck **Update the existing score** to save online as a new score.

   <figure><img src="/files/nlUe7hNnfHBjQ92HfAM8" alt="Check to update an existing score"><figcaption></figcaption></figure>
5. If you are using a different [SoundFont](/3/sound-and-playback/soundfonts-and-sfz-files.md) than the default one and if you are able to export [MP3 files](/3/advanced-topics/file-formats.md#mp3-mp3) (may not be the case on some Linux versions), a checkbox **Upload score audio** will be visible:\\

   <figure><img src="/files/LOOZWLNhYZpHUGnelArs" alt="Upload score audio"><figcaption></figcaption></figure>

   \ If the checkbox is checked, MuseScore will render the audio of the score using the current \[synthesizer]\(../sound-and-playback/synthesizer.md) settings and upload the audio to MuseScore.com.
6. Now you'll be able to enter your score information.

   <figure><img src="/files/GRjtuLpR8OtcgPRInHkd" alt="Enter the score information"><figcaption></figcaption></figure>

   * **Make the score private**: If selected, the score can only be viewed via a private link. If set to public, the score is visible to all.
   * **Ensemble type**: A list of possible values
   * **Genre**: A list of possible values
   * **Title**: The title of the score.
   * **Description**: The descriptive text that will appear next to it.
   * **Copyright and download settings**: Choose an appropriate copyright license from the drop-down list.\
     **Note**: [Creative Commons license](https://creativecommons.org/), allows people to use your scores under certain restrictions.\
     Here you also can restrict the ability of others to download your score (requires a Pro membership on MuseScore.com).

## Upload a score on MuseScore.com

You can also upload a score on MuseScore.com directly:

1. Click the [Upload link](https://musescore.com/upload?utm_source=handbook) on MuseScore.com.
2. You have the same options as with the Save Online menu, except for uploading score audio.

## Edit a score on MuseScore.com

If you want to make changes to one of your scores on MuseScore.com, edit the MuseScore file on your own computer, save it, and then do the following:

* If you originally shared the score [directly from within MuseScore](#share-a-score-directly-from-musescore), simply go to **File -> Save Online...** again to update the online score.
* If you originally [uploaded the score](#upload-a-score-on-musescorecom) via the [Upload page](https://musescore.com/upload?utm_source=handbook) on MuseScore.com, then you must follow these steps to update the online score:
  1. Go to the score page on MuseScore.com.
  2. Click the three dots menu **⋮** on the right and choose "Update this score".
  3. In the form, you can upload a replacement score file as well as change the accompanying information and privacy settings.

### Switch to the direct method of updating an online score

It is much more convenient to update online scores from directly within MuseScore than by updating the score manually from the score page. Follow these steps if you originally uploaded the score via the [Upload page](https://musescore.com/upload?utm_source=handbook) and now want to switch to the direct method:

1. Go to the score page on MuseScore.com and copy the URL.
2. Open the score file on your computer with MuseScore.
3. From the menu, select **File -> Score Properties...** and paste the URL into the "Source" field.

Now whenever you want to update the online score simply go to **File -> Save Online...**.

Note: The URL should be follow the format of <https://musescore.com/XXXXXXXX/scores/XXXXXXXX> and should not contain 'Nice Link's.

## External links

* [How to delete a score saved on MuseScore.com](https://musescore.org/en/node/11672) (MuseScore HowTo)
* [Score download becomes a part of the Pro subscription](https://musescore.com/download-terms)
* [Download becomes a part of the Pro subscription](https://musescore.com/groups/improving-musescore-com/discuss/5044610)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://handbook.musescore.org/3/basics/share-scores-online.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
