# Personalizando o painel de percussão

Você pode personalizar o painel de percussão de várias maneiras para melhor atender às suas preferências pessoais e necessidades de fluxo de trabalho.

## View pad names or notation previews

By default, the percussion panel shows the names of each sub-instrument and variant in your chosen instrument.

To instead view a notation preview for each pad:

1. Click **Layout** in the percussion panel header.
2. Choose **Notation preview**.

Hover over a pad with your mouse pointer to see a tooltip displaying the name of the instrument or variant assigned to that drum pad.

To switch back to viewing pad names:

1. Click **Layout** in the percussion panel header.
2. Choose **Pad names**.

Your choice of pad names or notation previews is saved to the score, so it won't affect the panel layout in other scores. Moreover, it applies to all unpitched percussion instruments in your score – not just the one you're working on.

## Move drum pads to different positions

Você pode mudar a posição de cada pad de bateria para adequar ao seu conjunto de instrumentos ou layout preferido.

Para mudar a posição de um pad de bateria:

1. Click **Layout** in the percussion panel header.
2. Escolha **Editar layout**. Um contorno aparece ao redor de cada posição de pad, indicando que você pode agora editar o layout dos pads de bateria.
3. Click and drag a drum pad to another position.
4. Release your mouse click to drop the drum pad in its new position.
5. Click **Finish editing** in the percussion panel header to continue writing music.

Você também pode mover pads para diferentes posições usando apenas o teclado do computador.

1. Use `Tab` para focar em um pad de bateria
2. Use as teclas de seta para mover o foco ao pad desejado
3. Pressione `Space` ou `Enter` para selecionar o pad que deseja mover
4. Use as teclas de seta para mover o pad de bateria selecionado para outra posição
5. Pressione `Space` ou `Enter` para soltar o pad de bateria na nova posição

## Delete drum pads

Você pode excluir pads de bateria que não precisa para economizar espaço.

Para excluir um pad de bateria:

1. Click the grey panel at the bottom of a drum pad (or navigate to it by pressing `Tab` and then `Enter`).
2. Select **Delete**.

Quando um pad de bateria é excluído, um espaço vazio permanece em seu lugar. Isso pode ser usado como um espaçador ou como posição para outro pad de bateria (veja [Mover pads de bateria para diferentes posições](#move-drum-pads-to-different-positions)).

## Add and remove rows

Alterar o número de linhas do painel de percussão oferece mais flexibilidade para organizar os pads de bateria de maneira que melhor atenda ao seu projeto e exigências de fluxo de trabalho.

Para adicionar linhas no painel de percussão:

1. Click **Layout** in the percussion panel header.
2. Choose **Edit layout**.
3. Click **Add row**.

Drum pads can be moved to empty spaces (see [move drum pads to different positions](#move-drum-pads-to-different-positions)).

Linhas adicionadas manualmente podem ser excluídas clicando no botão de lixeira à esquerda da linha.

## Change the number of columns

1. Click **Layout** in the percussion panel header.
2. Hover over **8 columns** (this might say another number if you've already customized this).
3. Choose a new number of columns (4, 6, 8, 12, 16, 20, or 24).

## Save and reuse a custom pad layout

Once you customize the percussion panel for a particular instrument in your score, you can save all layout changes and keyboard shortcuts to use again when using the same instrument and sound in this score or other scores.

#### To save a custom layout:

1. Make any desired customizations to the pad layout.
2. Click **Customize kit** in the percussion panel header.
3. Click **Save as...** in the dialog and save it to your computer. This creates a `.drm` file that you can load in any score.

#### To load the saved layout on a different instrument:

1. Select anything on a staff belonging to the instrument you want to load the saved percussion panel layout onto.
2. Click **Customize kit** in the percussion panel header.
3. Click **Load...** and then select the `.drm` file you created above.
4. Click **Apply** or **OK** to apply the changes.

## Undock and resize the panel

Como todos os painéis, o painel de percussão pode ser desacoplado e redimensionado para criar um espaço de trabalho ideal para seu projeto e configuração.

Saiba mais sobre [acoplar e desacoplar painéis](https://musescore.gitbook.io/musescore-studio-handbook/customization/toolbars-and-windows#docking-and-undocking-panels) e salvar seu layout de aplicativo preferido como [espaços de trabalho](https://musescore.gitbook.io/musescore-studio-handbook/customization/workspaces).

## Choose when to use the new percussion panel

Dependendo do tamanho da sua tela e do número de pads de bateria nos instrumentos que você está usando, você pode optar por usar o painel de percussão legado em vez do novo. O painel legado continuará disponível até que novos recursos sejam adicionados para otimizar melhor o novo painel para instrumentos extensos.

Para usar o painel de percussão legado:

1. Open [**Preferences**](https://musescore.gitbook.io/musescore-studio-handbook/customization/preferences).
2. Click on **Percussion** in the navigation panel.
3. Toggle on **Use legacy percussion panel**.

Observe que quaisquer atalhos de teclado personalizados atribuídos a instrumentos de percussão se aplicarão tanto ao painel novo quanto ao legado.


---

# 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/percussion/customizing-the-percussion-panel.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.
