> 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/nl/notation/rhythm-meter-and-measures/regroup-rhythms.md).

# Hergroepeer ritmes

## Overzicht

Standaard muzieknotatie volgt doorgaans een reeks conventies die zijn ontworpen om het lezen van ritme te vergemakkelijken. Het basisidee is om noten te groeperen op een manier die duidelijk maakt welke noten bij welke tel horen. Regels zijn onder andere:

* zestiende noten moeten zo worden weergegeven dat elke tel duidelijk zichtbaar is
* achtste noten moeten zo worden weergegeven dat elke groep van twee tellen duidelijk zichtbaar is
* langere noten die niet op de tel beginnen, moeten worden onderbroken door verbindingsbogen om elke tel of groep van twee tellen te verduidelijken

Een volledige bespreking van dit onderwerp valt buiten het bestek van dit handboek, maar voor meer informatie kun je dit [document](https://musescore.com/user/2975/scores/5711373) raadplegen.

Hier volgt een voorbeeld van een ritme dat eerst onjuist en vervolgens correct is geschreven:

<figure><img src="/files/hmKHKyraY4k4YeInKr0m" alt="Example of rhythm written incorrectly and correctly"><figcaption></figcaption></figure>

MuseScore kan veel van deze gevallen automatisch corrigeren.

## Ritmes hergroeperen

Om ritmes te hergroeperen volgens de gangbare conventies van de standaard muzieknotatie:

1. Selecteer de passage die u wilt hergroeperen.
2. Selecteer in het menu **Gereedschappen→Hergroepeer ritmes**.

Het ritme zelf verandert niet, alleen de notatie ervan.

## Zie ook

* [Notatieregels: Ritme](https://musescore.com/user/2975/scores/5711373)


---

# 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/nl/notation/rhythm-meter-and-measures/regroup-rhythms.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.
