> For the complete documentation index, see [llms.txt](https://www.teoria-musical.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.teoria-musical.com/1-fundamentos/1.2-simbolos/1.2.8-compassos/1.2.8.1-metrica.md).

# 1.2.8.1 Métrica

Define-se métrica, ou «meter», ao conjunto de pulsos, ou tempos, ou «beats» (estas três palavras, neste contexto, significam o mesmo), que juntos perfazem um padrão constante de tempos, ou pulsos, fortes e fracos. No discurso mais comum, muitas vezes as palavras «tempo» e «pulso» são usadas indistintamente. Podem ser usados um ou outro termo, desde que se entenda no que consistem relativamente ao contexto em que são usados.

Para reduzir a ambiguidade relativamente à palavra «tempo», neste livro será usada muito mais vezes a palavra «pulso».

Os três grupos mais comuns relativamente ao número de pulsos são:

<table><thead><tr><th width="170.49993896484375">Métrica</th><th width="150"># pulsos</th><th>Padrão</th></tr></thead><tbody><tr><td>Binária</td><td>2</td><td>Forte (1) Fraco (2)</td></tr><tr><td>Ternária</td><td>3</td><td>Forte (1) Fraco (2) Fraco (3)</td></tr><tr><td>Quaternária</td><td>4</td><td>Forte (1) Fraco (2) ½ Forte (3) Fraco (4)</td></tr></tbody></table>

Relativamente à divisão do próprio pulso, esta pode ser classificada de simples ou composta.

<table><thead><tr><th width="169.5">Métrica</th><th>Característica</th></tr></thead><tbody><tr><td>Simples</td><td>Divide naturalmente o pulso em duas partes iguais</td></tr><tr><td>Composta</td><td>Divide naturalmente o pulso em três partes iguais</td></tr></tbody></table>

Em resumo, a métrica exibe dois atributos fundamentais:

1. Quantos pulsos, ou tempos, existem num compasso: se existirem dois, três ou quatro a métrica será binária, ternária ou quaternária, respetivamente.
2. Qual a divisão natural de cada pulso: se se dividir o pulso em dois, a métrica é simples, se por três, é composta.


---

# 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://www.teoria-musical.com/1-fundamentos/1.2-simbolos/1.2.8-compassos/1.2.8.1-metrica.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.
