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

# Reagrupar ritmos

## Overview

A notação musical padrão normalmente segue um conjunto de convenções projetadas para facilitar a leitura do ritmo. A ideia básica é agrupar notas de modo a esclarecer a que batida cada nota pertence. As regras incluem:

* Colcheias devem ser travessadas de forma a esclarecer cada batida
* Semicolcheias devem ser travessadas de forma a esclarecer cada grupo de duas batidas
* Notas mais longas que iniciam fora da batida devem ser separadas por ligaduras para esclarecer cada batida ou grupo de duas batidas

Uma discussão completa sobre este tópico está fora do escopo deste Manual, mas para mais informações, veja [este folheto](https://musescore.com/user/2975/scores/5711373).

Aqui está um exemplo de um ritmo escrito incorretamente e depois corretamente:

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

O MuseScore pode corrigir muitos desses casos automaticamente.

## Regrouping rhythms

Para reagrupar ritmos de acordo com as convenções comuns da notação musical padrão:

1. Selecione o trecho que deseja reagrupar.
2. No menu principal, selecione **Ferramentas→Reagrupar ritmos**.

O ritmo em si não é alterado — apenas sua notação.

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