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

# Fingering

Fingering symbols for various instruments are found in the Fingering [palette](/3/basics/palettes.md) in the Advanced workspace.

<figure><img src="/files/an4k4FcyhH64sD58M2M3" alt="Fingering palette"><figcaption></figcaption></figure>

* **Keyboard** music employs the numbers 1–5 to represent fingers of the left or right hand.
* **Guitar** music uses the numbers 0–4 to represent left-hand fingering (T is occasionally used for the thumb). Right-hand fingering is indicated by the letters p, i, m, a, c. Circled numbers represent instrument strings.
* The last five symbols in the palette are used for **lute** fingering in historical music.

*Note*: **To enable the display of fingering in tablature**, right-click on the TAB, and select **Staff/Part Properties... -> Advanced Style Properties**; then check the box labelled "Show fingering in tablature".

## Add fingering to a single note

Use any of the following methods:

* Select a note and click one of the fingering symbols in a Palette (double-click in versions prior to 3.4).
* Drag and drop a fingering symbol from a palette onto a note

When fingering is added to a note, the focus immediately shifts to the symbol, so you can adjust it right away.

## Add fingering to several notes

1. [Select](/3/basics/selecting-elements.md#list-select) the desired notes;
2. Click a fingering symbol in a palette (double-click in versions prior to 3.4).

## Easy fingering input mode (version 3.1 and above)

This special feature allows you to add fingering quickly and easily to successive notes.

1. Choose one of the following options:
   * Add the first fingering symbol using one of the methods shown above: this can be a "Left Hand Guitar Fingering", "Fingering" or "String Number";
   * For "Fingering" only: select a note and press the keyboard shortcut for "Add fingering," then type the desired number.\
     \&#xNAN;*Tip*: Create a shortcut for this command in [Preferences: Shortcuts](/3/advanced-topics/preferences.md#shortcuts): <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F</kbd>, for example.
2. Choose one of the following options:
   * To move the cursor to the **next note**: Press <kbd>Space</kbd>, or <kbd>Alt</kbd>+<kbd>Right</kbd>;
   * To move the cursor to the **previous note**: <kbd>Shift</kbd>+<kbd>Space</kbd>, or <kbd>Alt</kbd> + <kbd>Left</kbd>;
3. Type the desired number;
4. Repeat steps 2 and 3 as required;
5. Press <kbd>Esc</kbd>, or click on an empty space in the document window, to exit.

## Adjust position of fingering

### Single fingering

To change the position of *one* symbol, use any of the following methods:

* For fine adjustments (0.1 sp) use the arrow keys; For larger adjustments (1 sp) use <kbd>Ctrl</kbd>+<kbd>← → ↑ ↓</kbd>.
* Change X and Y offsets in the [Inspector](https://musescore.org/en/node/38941).
* Drag the symbol using your mouse.

### Multiple fingering

To change the position of multiple symbols:

1. [Select](/3/basics/selecting-elements.md#list-select) the desired fingering symbols;
2. Adjust using the X and Y offsets in the [Inspector](https://musescore.org/en/node/38941).

To restore a symbol to its default position, select it and press <kbd>Ctrl</kbd>+<kbd>R</kbd>.

## Edit fingering text

Fingering symbols are text objects and can be [edited](/3/text/text-editing.md) in the usual way. Text [properties](/3/text/text-styles-and-properties.md#text-properties) and overall [style](/3/text/text-styles-and-properties.md#text-style-or-style-for-text-inside-type-of-object) can be adjusted in the Inspector.


---

# 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/text/fingering.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.
