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

# 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](https://musescore.com/user/2975/scores/5711373).

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

<figure><img src="/files/0Ua32LR5419sAqw1iE7R" 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
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/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.
