> 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/concert-pitch.md).

# Concert pitch

You can choose to display the score in either **written** or **concert** (sounding) pitch. Written pitch displays the score as it *should* look when printed for musicians to read. However, during preparation you may prefer the convenience of seeing the [transposing instruments](/3/notation/transposition.md#transposing-instruments) notated *as they sound*, without transposition. In this case you should select the "Concert pitch" option.

To toggle the score display between **written** or **concert** pitch:

* Press the **Concert Pitch** button (located in the top right of the [toolbar](/3/basics/viewing-and-navigation.md#toolbars) area). When this button is highlighted the score is in concert pitch.

Before printing the score, exporting it to PDF or saving it online, you should ensure that the **Concert Pitch** button is **off**, and that the individual parts are correctly transposed.

## See also

* [Transposition: Transposing instruments](/3/notation/transposition.md#transposing-instruments)
* [Accidental: Respell pitches](/3/notation/accidentals.md#respell-pitches)

## External links

* [Concert pitch](https://en.wikipedia.org/wiki/Concert_pitch) (Wikipedia article)
* [Transposing Instrument](https://en.wikipedia.org/wiki/Transposing_instrument) (Wikipedia article)
* [Concert pitch or not?](https://musescore.org/en/node/75466) (MuseScore forum discussion)


---

# 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/concert-pitch.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.
