# Regroup rhythms

## Overview

Standard music notation normally follows a set of conventions designed to facilitate the reading of rhythm. The basic idea is to group notes in ways that clarify which notes belong to which beat. Rules include:

* sixteenth notes should be beamed in a way that clarifies each beat
* eighth notes should be beamed in a way that clarifies each group of two beats
* longer notes that start off the beat should be broken up with ties to clarify each beat or group of two beats

A full discussion of this topic is beyond the scope of this Handbook, but for more information, see this handout.

Here is an example of a rhythm written incorrectly and then correctly:

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

MuseScore can correct many of these cases automatically.

## Regrouping rhythms

To regroup rhythms according to the common conventions of standard music notation:

1. Select the passage you wish to regroup.
2. From the main menu, select **Tools→Regroup rhythms**.

The rhythm itself is not changed—only the notation of it.

## See also

* [Notation Rules: Rhythm](https://musescore.com/user/2975/scores/5711373)


---

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