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

# Accidentals

An accidental is a sign appearing in front of a note that raises or lowers its pitch. Musescore creates playback for common accidentals only, they includes 7 accidentals: **b** (flat), **♮** (natural), **#** (sharp), **x** (double sharp), **bb** (double flat), **#x** (triple sharp), **bbb** (triple flat). To create microtonal accidentals such as quarter tone, see [Tuning systems, microtonal notation system, and playback](/3/advanced-topics/tuning-systems-microtonal-notation-system-and-playback.md) Chapter.

Accidentals affect all notes on the same staff position only for the remainder of the measure in which they occur, but they can be canceled by another accidental. In notes tied across a barline, the accidental continues across the barline to the tied note, but not to later untied notes on the same staff position in that measure.

## Add or remove an accidental and brackets

Accidentals are automatically added, replaced or removed when note's pitch changes:

* Change note pitch:
  * <kbd>Up</kbd>: Increase the pitch of a note by one semitone (favors sharps).
  * <kbd>Down</kbd>: Decrease the pitch of a note by one semitone (favors flats)
* And then [change the enharmonic spelling](#change-enharmonic-spelling)

To add directly either (i) a **bb** double flat or **x** double sharp, (ii) a courtesy (also known as *cautionary* or *reminder*) accidental, or (iii) a [non-standard accidental](/3/advanced-topics/tuning-systems-microtonal-notation-system-and-playback.md), use one of the following options:

* Select a note and click on an accidental in the [Toolbar](/3/basics/viewing-and-navigation.md#toolbars) above the score, or
* Use the Accidentals [Palettes](/3/basics/palettes.md), either
  * Select a note and click an accidental (double-click in versions prior to 3.4), or
  * Drag an accidental on to a note; or
* Add from **Accidentals** category of the [Master palette](/3/advanced-topics/master-palette.md) using the select and click or drag and drop method. Do **not** add from **Symbols** category, they are non-functional visual symbols, see [Notation types](/3/notation/notation-types.md).

  <figure><img src="/files/SAEVzjoyMZ9zlios6lDN" alt="Wrongaccidental"><figcaption></figcaption></figure>

  \ \_In the above diagram, the second accidental is added from Symbols category of the \[Master palette]\(../advanced-topics/master-palette.md), it does not use automatic layout and the note pitch does not change (C instead of C#).\_

To add **brackets** (only available for *courtesy/cautionary/reminder accidental*), use one of the following:

* Select the accidental in the score and click the parentheses symbol in the Accidentals palette (double-click in versions prior to 3.4), or
* Drag the parentheses symbol from the palette onto the accidental, or
* Select the accidental and choose from the **Bracket type** dropdown in the [Inspector](/3/basics/inspector.md).

Delete an accidental directly by selecting it and pressing <kbd>Del</kbd>, note pitch corrects automatically.

## Change enharmonic spelling

To change the enharmonic spelling of a note, or notes, in both written *and* concert pitch views:

1. Select a note, or group of notes;
2. Press <kbd>J</kbd>;
3. Continue pressing <kbd>J</kbd> to cycle through the enharmonic equivalents.

To change the enharmonic spelling in the written pitch view, without affecting the concert pitch view, or vice versa:

1. Select a note, or group of notes;
2. Press <kbd>Ctrl</kbd>+<kbd>J</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>J</kbd>);
3. Continue pressing the same combination of keys to cycle through the enharmonic equivalents.

**Note**: If the pitches of selected notes are not all the same, the effect may be unpredictable.

## Respell pitches

* From the menu, select **Tools -> Respell Pitches**.

## See also

* [Key signature: Change](/3/notation/key-signatures.md#replace-an-existing-key-signature)

## External links

* [Accidental](http://en.wikipedia.org/wiki/Accidental_\(music\)) at Wikipedia
* [Enharmonic](https://en.wikipedia.org/wiki/Enharmonic) 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/accidentals.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.
