# Criando uma pauta de tablatura

## Overview

Music for fretted, stringed instruments is commonly notated using **tablature** (often abbreviated as **tab**); this gives a visual representation of the strings and fret numbers. Tablature is frequently found in combination with traditional staff notation.

<figure><img src="/files/4gEYFPJ2OXuEnMMvaHbx" alt="Normal staff and tablature combination"><figcaption></figcaption></figure>

## Types of tablature staves

São fornecidos diversos modelos de tablatura para instrumentos comuns. Se isso não for exatamente o que você procura, pode mudar facilmente o modelo (veja [Alterando o tipo de pauta de tablatura](/pt_br/idiomatic-notation/guitar/customizing-a-tablature-staff.md#changing-tablature-staff-type)), e/ou personalizar a pauta (veja [Tablatura: personalização](/pt_br/idiomatic-notation/guitar/customizing-a-tablature-staff.md)).

## Adding a tablature staff to your score

Existem três possibilidades:

* [Criar tablatura como parte de uma nova partitura](#add-tablature-using-the-new-score-dialog).
* [Adicionar tablatura a uma partitura existente](#add-tablature-using-the-add-or-remove-instruments-dialog).
* [Alterar um pentagrama existente de padrão para tablatura](#change-an-existing-staff-from-standard-to-tablature).

### Add tablature using the New Score dialog

Para criar tablatura como parte de uma nova partitura:

1. Abra a caixa de diálogo [Nova Partitura](/pt_br/basics/setting-up-your-score.md).
2. Selecione a tablatura desejada em uma das abas **Escolher Instrumentos** ou **Criar a partir de modelo**.
3. Complete o restante da caixa de diálogo Nova Partitura.

### Add tablature using the Instruments dialog

Para criar um pentagrama de tablatura em uma partitura existente:

1. In the **Layout** panel, click on the `Add` button; or press the shortcut key, `I`. This brings up the **Add or remove instruments** dialog.
2. Clique na família **Cordas – Dedilhadas** e escolha a tablatura desejada na coluna **Instrumentos**.
3. Press `OK`.

### Change an existing staff from standard to tablature

1. Certifique‑se de que o pentagrama padrão contenha um instrumento de cordas dedilhadas;
2. Use um dos métodos descritos em [Alterar o tipo de pentagrama de tablatura](/pt_br/idiomatic-notation/guitar/customizing-a-tablature-staff.md#changing-tablature-staff-type).

## Creating paired standard and tablature staves

A música para violão (e outros instrumentos de cordas dedilhadas) costuma ser notada usando pares de pentagramas padrão *e* de tablatura. No MuseScore, os pentagramas podem ser *ligados* ou *desligados*.

* **Ligado**: Qualquer alteração que você fizer na notação de um pentagrama atualiza automaticamente o outro.
* **Desligado**: Cada pentagrama é editado de forma independente. Para atualizar o outro pentagrama, copie e cole a notação musical relevante.

*Nota* : Em ambos os casos, o par pentagrama/tablatura compartilha o mesmo instrumento.

### Create paired standard/tab staves using the New Score Wizard

Existem duas maneiras de fazer isso ao criar uma nova partitura (A ou B):

**A.** Apenas para pentagramas *ligados*:

1. Abra o Assistente de Nova Partitura.
2. Na aba "Criar a partir de modelo", clique na categoria "Solo" e escolha "Violão + Tablatura".
3. Complete o restante do Assistente de Nova Partitura.
4. Change the instrument type, if required, in [Staff / Part properties](/pt_br/notation/instruments-staves-and-systems/staff-part-properties.md).
5. Altere o tipo de tablatura, se necessário (veja [Alterar o tipo de pentagrama de tablatura](/pt_br/idiomatic-notation/guitar/customizing-a-tablature-staff.md#changing-tablature-staff-type)).

**B**. Para pentagramas ligados *ou* desligados:

1. Abra o Assistente de Nova Partitura.
2. Na aba "Escolher instrumentos", clique na família "Cordas – Dedilhadas" e selecione uma opção de pentagrama na coluna "Instrumentos".
3. Complete o restante do assistente.
4. Add the desired staff using the [Instruments panel](/pt_br/notation/instruments-staves-and-systems/instruments-and-system-markings.md).

### Create paired standard/tab staves using the Instruments dialog

Use este método quando quiser acrescentar a uma partitura existente:

1. Open the **Add or remove instruments** dialog: press `I`; or, alternatively, the `Add` button in the **Instruments** sidebar
2. Clique na família **Cordas – Dedilhadas** e escolha o pentagrama desejado na coluna **Instrumentos**.
3. Press `OK`.
4. Add the desired tablature from the [**Layout** panel](/pt_br/notation/instruments-staves-and-systems/instruments-and-system-markings.md).

**Note**: If you already have one staff of a standard/tab pair in your score, you can simply add the missing staff from the **Instruments** panel. See [Adding and configuring staves](/pt_br/notation/instruments-staves-and-systems/instruments-and-system-markings.md#adding-and-configuring-staves).


---

# Agent Instructions: 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:

```
GET https://handbook.musescore.org/pt_br/idiomatic-notation/guitar/creating-a-tablature-staff.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
