# Adding and removing measures

## Inserting measures

MuseScore allows you to insert or delete measures in the score using a variety of methods. Measures can be inserted:

* After a selection
* Before a selection
* At the start of the score
* At the end of the score

### Measure context menu

To insert one or more measures:

1. Right-click on a blank area of a measure
2. From the context menu, choose **Insert measures**
3. From the options presented, choose the location where you want the measure(s) inserted
4. Complete the dialog box and press **OK**.

### The Properties panel

To insert one or more measures:

1. Click on a measure
2. Go to the **Properties** panel
3. Click **Insert measures** in the **Measure** section
4. Type the number of measures you wish to insert (or leave it as “1” to insert a single measure)
5. Select where you want the measure(s) to be inserted from the dropdown menu (or leave it as is to insert the new measure(s) after the selection point)
6. Click the **+** button

This popup remains open until you click another part of the user interface. As such, you can continue pressing the **+** button as many times as you need to insert further measures.

<figure><img src="/files/dFr0uF0fizMTMeeFaKsX" alt="Adding measures (animated image)"><figcaption></figcaption></figure>

In addition, you can insert measures from one of two menus:

### Note input toolbar

1. Select something in your score (can be anything except line objects)
2. Click the **+** button in the **Note input** toolbar
3. Navigate to **Measures**
4. Choose where you want the new measure(s) to be inserted

### Menu bar

1. Select something in your score (can be anything except line objects)
2. Click the **Add** in the **Menu bar**
3. Navigate to **Measures**
4. Choose where you want the new measure(s) to be inserted

### Inserting measures with keyboard shortcuts

To quickly insert *one measure* before the selection point:

1. Select something in your score (can be anything except line objects)
2. Press <kbd>Ins</kbd>

Insert more measures before the selection point by repeatedly pressing <kbd>Ins</kbd>.

To quickly insert *multiple measures* before the selection point:

1. Select something in your score (can be anything except line objects)
2. Press <kbd>Ctrl</kbd>+<kbd>Ins</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>Ins</kbd>)
3. Type the number of required measures in the dialog that appears
4. Click **OK**

To append to the end of your score, you can use the keyboard shortcut <kbd>Ctrl</kbd>+<kbd>B</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>B</kbd>) for a single measure, or <kbd>Alt</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd> (Mac: <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>B</kbd>) for multiple measures.

## Deleting measures

To delete one or more measures using keyboard shortcuts:

1. Select a measure (or hold <kbd>Shift</kbd> and select multiple measures)
2. Type <kbd>Ctrl</kbd>+<kbd>Backspace</kbd> or <kbd>Ctrl</kbd>+<kbd>Del</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>Backspace</kbd> or <kbd>Cmd</kbd>+<kbd>Del</kbd>).

Alternatively,

1. Select a measure (or hold <kbd>Shift</kbd> and select multiple measures)
2. Right-click on any measure within the selection
3. Select **Delete measures**

You can also:

1. Select a measure (or hold <kbd>Shift</kbd> and select multiple measures)
2. Go to **Tools**
3. Select **Remove selected range**

### Remove empty trailing measures

To remove any empty measures at the end of your score:

1. Go to **Tools**
2. Select **Remove empty trailing measures**

## See also

Other measure-related pages:

* [Measure numbering](/notation/rhythm-meter-and-measures/measure-numbering.md)
* [Measure and multimeasure rests](/notation/rhythm-meter-and-measures/measure-and-multimeasure-rests.md)
* [Pickup and non-metered measures](/notation/rhythm-meter-and-measures/pickup-and-non-metered-measures.md)
* [Measure properties](/notation/rhythm-meter-and-measures/measure-properties.md)
* [Mensural notation and Mensurstrich](/alternative-notation/mensural-notation-and-mensurstrich.md)


---

# 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/basics/adding-and-removing-measures.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.
