> 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/fi/notation/repeats/measure-and-multimeasure-repeats.md).

# Measure and multimeasure repeats

A measure repeat symbol indicates that the previous measure is to be repeated. Two-measure and four-measure repeat symbols indicate the repetition of the previous two or four measures.

## Adding a measure or multimeasure repeat to your score

To apply a measure repeat symbol, select a measure in the score and click on the measure repeat icon in the **Repeats & jumps** [palette](/fi/basics/using-the-palettes.md), or drag the symbol on to a measure.

<figure><img src="/files/VpUJEizHLQHtsLhdvHFk" alt="Measure repeat"><figcaption></figcaption></figure>

To apply a **two-measure** or **four-measure** repeat symbol, select the first blank measure following the section you want to be repeated, then click on the applicable measure repeat icon in the **Repeats & jumps** palette. Alternatively, drag the repeat icon from the palette onto the same blank measure instead.

<figure><img src="/files/XL80LUjIXkyv2CbLTFxd" alt="Two-measure repeat"><figcaption></figcaption></figure>

**Note:** You may need to click the **More** icon in the palette to reveal the two-measure and four-measure repeat symbols.

In the case of multiple-measure repeats a "Keep measures on same system" layout item is automatically added to each measure of the repeated section except for the last. This keeps the repeated measures together on the same system, so they will not be broken up by layout changes to the score. These layout items can be deleted if desired.

## Measure repeat properties

For multiple-measure repeats you can change the vertical position of the number which appears above the symbol:

1. Select the multiple-measure repeat
2. Go to the **Properties** panel
3. Under Bar repeat, edit the **Number position** value.

## Measure repeat style

You can edit the properties of all measure repeats in the score in **Format -> Style -> Measure repeats**:

<figure><img src="/files/VXSNXY7Stxod6LR6jnho" alt="Measure repeats style settings"><figcaption></figcaption></figure>


---

# 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/fi/notation/repeats/measure-and-multimeasure-repeats.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.
