> 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/alternative-notation/slash-notation.md).

# Notation avec slashs

In jazz and popular music, passages are often notated with slash noteheads that indicate no specific pitch. The notation can either include stems to indicate specifc rhythms, or the notation can be stemless and just indicate the beat.

## Filling a range with beat slashes

Beat slashes have no stems and thus show no rhythm; just the beat itself. Depending on the content, this might indicate an improvised solo, and accompaniment pattern to be devised by the player, or a suggestion to continue in the style of previously notated passage. These slashes are often accompanied by [chord symbols](/fr/text/chord-symbols.md), which can also be added in the usual way.

### To fill a range with slashes

1. [Select the desired range](/fr/basics/selecting-elements.md#creating-a-range-selection) of blank measures
2. From the menu, select **Tools -> Fill with slashes**.

<figure><img src="/files/plNZsn67Zh3qInNeJoz6" alt="Slash notation strums1"><figcaption></figcaption></figure>

These slashes do not play, but the chord symbols do.

## Creating rhythmic slash notation

To notate a specific rhythm, use rhythmic slash notation. By default, these slashes do not play, but you can override that if you wish to enter specific notes or chord voicings you want to hear even though they will be turned into pitchless slashes in the notation.

### Accompaniment rhythms on the staff

1. Add notes in the desired rhythm using standard notation on the staff. If you will wish to hear playback, enter the actual notes you wish to hear, but otherwise you can enter any pitch you want.
2. [Select the range of chords](/fr/basics/selecting-elements.md#creating-a-range-selection)
3. From the menu bar, select **Tools -> Toggle rhythmic slash notation.**

<figure><img src="/files/gI0ee8HphbWTrM2zbyyP" alt="Enter normal notes to produce rhythmic slash notation" width="542"><figcaption></figcaption></figure>

If you wish to hear the playback of the notes you entered, select the applicable range of chords and check **Play** in the **Properties**.

### Accent rhythms above or below the staff

To enter rhythms above the staff, use the same process, but enter the rhythm into voice 3. Use voice 4 for a rhythm below the staff.


---

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

```
GET https://handbook.musescore.org/fr/alternative-notation/slash-notation.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.
