> 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/notation/ties.md).

# Ties

A **tie** is a curved line between two notes of the *same* pitch, indicating that they are to be played as one combined note (see [external links](#external-links) below). Ties are normally created between adjacent notes in the same [voice](/3/basics/working-with-multiple-voices.md), but MuseScore also supports ties between non-adjacent notes and between notes in different [voices](/3/basics/working-with-multiple-voices.md).

In [note-input mode](/3/basics/note-input.md#step-2-enter-note-input-mode), if you specify a tie immediately after entering a note or chord, the program automatically generates the correct destination notes to go with the ties. Or, you can simply create ties "after the fact," between existing notes.

**Note**: Ties, which join notes of the *same* pitch, should not be confused with [slurs](/3/notation/slurs.md), which join notes of *different* pitches and indicate *legato* articulation.

## Add ties in Note Input mode

The following command adds an identical tied chord to the selected chord.

1. Ensure that a note is selected (i.e. highlighted). This can be a single note on its own or part of a chord.
2. Select a new [note duration](/3/basics/note-input.md#step-3-select-a-duration) for the following note(s), if required (but see "Note" below).
3. Press <kbd>+</kbd> or the tie button,

   <figure><img src="/files/2Mqtw65MV3v52WBAkEQV" alt="tie button"><figcaption></figcaption></figure>

   .

**Note**: This shortcut works, as described above, only if there is no chord following the selected note. If there is, then the duration is ignored and the tied note is added instead to the following chord.

## Add ties in Normal mode

### Method 1

1. [Select](/3/basics/selecting-elements.md) one or more noteheads in the "*start*" chord.

   <figure><img src="/files/aAdDmMvU5R5U04j274SD" alt="First note selected"><figcaption></figcaption></figure>
2. Press <kbd>+</kbd>, or the toolbar tie button,

   <figure><img src="/files/2Mqtw65MV3v52WBAkEQV" alt="tie button"><figcaption></figcaption></figure>

   :

   <figure><img src="/files/oOX1NXmrMIeMOWbsUXjl" alt="Tie to adjacent note"><figcaption></figcaption></figure>

   .

Ties will be created between the selected note(s) and the next available note(s) of the same pitch.

To remove ties, as of MuseScore 3.3.3, use the same command (toggle)

### Method 2

This method ties all notes in the "*start*" chord (where possible):

1. [Select](/3/basics/selecting-elements.md) the stem of the "*start*" chord;
2. Press <kbd>+</kbd>, or click on the toolbar **tie button**

   <figure><img src="/files/2Mqtw65MV3v52WBAkEQV" alt="tie button"><figcaption></figcaption></figure>

   .

Ties will be created between all the notes in the selected chord and the following notes of the same pitches.

To remove ties, as of MuseScore 3.3.3, use the same command (toggle).

## Add extra tied notes to a previously tied chord

Occasionally you may need to return to an existing tied chord in order to add one or more extra tied notes. In this case a different command is used. For example:

<figure><img src="/files/dUZcdBjlj5Ez2f0Y9N8O" alt="Tied notes 1"><figcaption></figcaption></figure>

1. Add the extra notes to the first chord. e.g.\\

   <figure><img src="/files/rWCP1QztManZFHPvSYMS" alt="Tied notes 2"><figcaption></figcaption></figure>
2. In Note input mode, and with any of the notes in the first chord selected, press <kbd>Alt</kbd>+<kbd>+</kbd>. Corresponding notes are added to the following chord and the extra notes are tied:\\

   <figure><img src="/files/8bSKccp9idU2wHMiuTK2" alt="Tied notes 3"><figcaption></figcaption></figure>

## Add ties to unison notes

A workaround is required to create ties between unison notes:

1. Create the first note as usual;
2. Any additional unison notes should be added at an interval *other* than unison: e.g. 2nd, 3rd, 4th etc.
3. Create a tied chord (as shown [above](#add-ties-in-normal-mode)): e.g.\\

   <figure><img src="/files/7UDJp7BCMW78JUOhbLpS" alt="tied non-unisons"><figcaption></figcaption></figure>
4. [Move](/3/basics/note-input.md#move-notes-updown) the unison note(s) into position: e.g.\\

   <figure><img src="/files/OuDIiVhOrzOhP6FTlNAC" alt="tied unisons"><figcaption></figcaption></figure>

## Flip a tie

<kbd>X</kbd> flips the direction of a selected tie, from above the note to below the note, or vice-versa.

## See also

[Slur](/3/notation/slurs.md)

## External links

* [How to create ties leading into a 2nd ending](https://musescore.org/en/node/267614) (MuseScore HowTo)
* [Ties (music)](http://en.wikipedia.org/wiki/Tie_\(music\)) at Wikipedia


---

# 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/notation/ties.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.
