> 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/pt_br/idiomatic-notation/percussion/other-percussion-notation.md).

# Outra notação de percussão

## Diddles

Diddles podem ser adicionados usando um trêmolo de colcheia:

<figure><img src="/files/lhKOpJ9LUMnHhTtRFsqN" alt="" width="287"><figcaption></figcaption></figure>

## Pedal lines

Para adicionar uma linha de pedal de vibrafone, veja [Pedal](/pt_br/idiomatic-notation/keyboard/pedal.md).

## Rolls

To add a drumroll to your score, see [Tremolo](/pt_br/notation/expressive-markings/tremolos-and-rolls.md).

<figure><img src="/files/YDvxN7iG2OY9N3bLw030" alt="" width="147"><figcaption></figcaption></figure>

## Sticking

Para inserir símbolos de batida (R, L):

1. Selecione uma nota inicial;
2. From the menu, select `Add`→`Text`→`Sticking` (alternatively, set up a keyboard [shortcut](/pt_br/customization/preferences.md#shortcuts) to do the same\
   thing). The cursor positions itself ready to accept your keyboard input;
3. Insira a letra como faria em texto normal. Para avançar ou retroceder para a próxima nota, veja [Comandos de teclado (símbolos de acorde)](/pt_br/text/chord-symbols.md#navigation-commands).
4. Para sair, pressione `Esc` ou clique em uma área vazia da partitura.


---

# 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/pt_br/idiomatic-notation/percussion/other-percussion-notation.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.
