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