> 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/sound-and-playback/mid-staff-instrument-changes.md).

# Mid-staff instrument changes

To add a new instrument to a score and manage instruments setup, use [Instruments dialog](/3/basics/create-a-new-score.md#change-instrument-and-staff-setup) instead.\
To switch an instrument and change its staffs **everywhere on a score**, use [Staff / Part properties](/3/advanced-topics/staff--part-properties.md#change-Instrument-setup) instead.\
To switch to another sound sample (switch channel) (e.g. pizz., con sordino) inside an instrument, use [Staff Text](/3/sound-and-playback/mixer.md#mid-staff-sound-channel-change-pizz-con-sordino-etc) instead

## Change Instrument Text

When a musician is required to double up on a different instrument for a section of a piece, an instruction to switch instruments is generally placed above the staff at the beginning of that section. A return to the primary instrument is handled in the same manner.

MuseScore uses a special class of text called **Change Instrument** text for this purpose. This allows you to change the instrument for that staff **at a chosen point in the score**, and have this reflected in playback.

## Add change instrument text

1. Select the start point for the change by clicking on a note or rest;
2. In the **Add** menu, choose **Text**, then choose **Instrument Change**.
3. Type any character/text so you don't end up with an empty text element
4. Right click on the just typed text and in the context menu choose **Select Instrument**.\
   This opens the **Change instrument** dialog: the top box shows the current instrument, the bottom the list of selectable instruments;\\

   <figure><img src="/files/h2nRfO2XhQ29YrF9pEto" alt="Select instrument change"><figcaption></figcaption></figure>
5. Choose the instrument, then click OK. Text indicating which instrument the player will use appears in the score.
6. [Insert a new key signature](/3/notation/key-signatures.md#add-a-new-key-signature), if required, at the change, for the staff in question.

**Warning:** While the "Change Instr." text is also available from the Text Palette, it contains a bug in MuseScore 3.x where transposition for the new instrument might break. Use the Change Instrument Text from the menu instead to prevent this bug.

## How Instrument change text affects the score

An instrument in Musescore is a concept including score settings, behaviors (transposition, playable range), sound etc. [More info](https://musescore.org/en/handbook/developers-handbook/references/instrumentsxml-documentation#msinstrument).

Sound setting changes using a **Change Instrument** text can be observed:

* The sound played on that track in the score will be changed to that of the new instrument from that point onward. The Mixer display [mixer](/3/sound-and-playback/mixer.md) changes to add one or more new sub-channels. It is these new sub-channels that can be edited to a new sound.

For example, here is a Mixer display showing the "Tuba" track (first track) among many others. Notice that the small arrow at the top of the Tuba track is dimmed. No new instruments have been added to it.

<figure><img src="/files/Bpoh2ddfnTBXrtocMujw" alt="Mixer"><figcaption></figcaption></figure>

Now, to the Tuba stave in the score, a "Change Instrument" text has been added to the score, inserting an "Oboe". Notice now that the top arrow on the Tuba track in the Mixer menu has darkened.

<figure><img src="/files/znBI4t7G4sQZZeIIqscf" alt="Mixer: Tuba with Tuba sound"><figcaption></figcaption></figure>

Now, if that arrow in the Mixer menu is clicked, a sub-menu opens, showing the sounds of the Tuba are still there (1st two sub-channels), but a new "Oboe" sub-channel has been added. By clicking on this sub-channel, you can assign a sound to the Oboe from the "Sound" tab on the Mixer menu (see below):

<figure><img src="/files/nyCFVCcJCyncTmYZFkQO" alt="Mixer: Tuba with additional Oboe channel and sound"><figcaption></figcaption></figure>

* Subsequent notes are automatically adjusted to indicate the correct [written pitch](/3/basics/concert-pitch.md) for the new instrument (but the new [key signature](/3/notation/key-signatures.md#add-a-new-key-signature) still needs to be added manually—see [below](#add-change-instrument-text)).

To change the track back to its original instrument, just insert a new "Change Instrument" text into the stave after the first one, and name the original instrument. For example, in this example, the Tuba stave has been returned back to Tuba. Notice that in the Mixer menu, a new "Tuba" sub-channel has been added after the "Oboe" sub-channel.

<figure><img src="/files/uRy4HTZtPrXZSl9H261E" alt="Mixer: Tuba with yet another Tuba channel"><figcaption></figcaption></figure>

* The new instrument name will be displayed in front of the following systems.


---

# 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/sound-and-playback/mid-staff-instrument-changes.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.
