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

# Autres notations des percussions

## Diddles

Diddles can be added by using an eighth-note tremolo:

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

## Pedal lines

To add a vibraphone pedal line, see [Pedal](/fr/idiomatic-notation/keyboard/pedal.md).

## Rolls

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

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

## Sticking

To enter sticking symbols (R, L):

1. Select a start note;
2. From the menu, select `Add`→`Text`→`Sticking` (alternatively, set up a keyboard [shortcut](/fr/customization/preferences.md#shortcuts) to do the same\
   thing). The cursor positions itself ready to accept your keyboard input;
3. Input the letter just as you would normal text. To move forward or backwards to the next note, see [Keyboard commands (chord symbols)](/fr/text/chord-symbols.md#navigation-commands).
4. To exit, press `Esc`, or click on a blank section of the score.


---

# 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/fr/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.
