> 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/3/formatting/breaks-and-spacers.md).

# Breaks and spacers

The **Breaks & Spacers** [palette](/3/basics/palettes.md) contains the following non-printing symbols:

<figure><img src="/files/fAJmFTW02GNy9qp1KTSu" alt="Breaks and Spacers Palette, since version 3.2"><figcaption></figcaption></figure>

\ The first three symbols are called \[breaks]\(breaks-and-spacers.md#breaks); the vertical lines are known as \[spacers]\(breaks-and-spacers.md#spacers).

## Breaks

A **break** can be applied to either a measure *or* a [frame](/3/formatting/frames.md). There are three types:

* **System break**: Forces the next part of the score to start in a new [system](/3/appendix/glossary.md#system).
* **Page break**: Forces the next part of the score to start on a new page.
* **Section break**: Forces the next part of the score to start in a new system and starts a new [section](#section-break) (see below). It can be combined with a page break if required.

**Notes**: (1) Break symbols are visible on the screen, but do not appear on printouts. (2) To add (or remove) system breaks over *all* or *part* of the score, see [Add/Remove System breaks](/3/formatting/layout-and-formatting.md#add--remove-system-breaks). (3) To split a measure, see [Measure operations: Split and join](/3/basics/measure-operations.md#split-and-join).

### Add a break to a measure

Breaks can be added using either (1) a *keyboard shortcut*; or (2) a *break symbol* from a [palette](/3/basics/palettes.md).

#### Using a keyboard shortcut

To add a **System break** or a **Page break** only:

1. Select any one of the following:
   * Barline;
   * Measure;
   * Notehead;
   * Text element associated with a staff (e.g. lyric syllable, chord symbol, staff text etc.);
   * [Range of measures](/3/basics/measure-operations.md#range-of-measures) (if you choose this option, a break will be applied before and after the selection);
2. Choose one of the following options:
   * **System break**: Press<kbd>↵</kbd> (toggle).
   * **Page break**: Press <kbd>Ctrl</kbd>+<kbd>↵</kbd> (Mac: <kbd>Cmd</kbd>+<kbd>↵</kbd>) (toggle).

#### Using a palette break symbol

*Any* break can be added from a workspace [palette](/3/basics/palettes.md):

1. Select any one of the following:
   * Barline;
   * Measure;
   * Notehead;
   * Text element associated with a staff (e.g. lyric syllable, chord symbol, staff text etc.);
   * [Range of measures](/3/basics/measure-operations.md#range-of-measures) (if you choose this option, a break will be applied before and after the selection);
2. Click a break symbol in a palette (double-click in versions prior to 3.4). Repeat to toggle off.

* Alternatively, *drag* any break symbol from a palette onto a measure.

### Add a break to a frame

To add a break to a [frame](/3/formatting/frames.md), use one of the following options:

* Drag a break from a palette onto a frame.
* Select a [frame](/3/formatting/frames.md) then click a palette break symbol (double-click in versions prior to 3.4).

### Delete breaks

Use one of the following options:

* Select one or more breaks and press <kbd>Del</kbd>.

See also: [Add / Remove System breaks](/3/formatting/layout-and-formatting.md#add--remove-system-breaks).

### Move a break

Although breaks are not visible on printed output, you can reposition one, if required, by entering [edit mode](/3/basics/edit-mode.md) on it and using the keyboard arrow buttons (see [Adjust position of text objects](/3/text/text-basics.md#adjust-position-of-text-objects)).

### Section break

A **Section break**, as the name suggests, is used to create separate sections within a score. Like a **system break**, it forces the next measure or frame to begin a new system, and can also be used in association with a **page break** if required. A section break could be used, for example, to divide a piece into separate movements.

Each section can have its own measure numbering independent of the rest of the score. By default, the first measure of a section is numbered "1" (see image below), though like the first measure of the score itself, the number is not displayed unless configured in the [measure properties](/3/basics/measure-operations.md#the-measure-properties-window) dialog. The same dialog can be used to change the numbering according to your preference.

If you change Time signature or Key signature at the beginning of the new section, there will be no courtesy signature at the end of the previous section. See example below:

<figure><img src="/files/xX7htRPCnDgUbQ32OdIO" alt="Example of use of section break"><figcaption></figcaption></figure>

When you play back the score, the program adds a short pause between each section. In addition, the first *end repeat barline* in a section always sends the playback cursor to the beginning of the section, so a *start repeat barline* is optional.

The following properties can be adjusted in the [Inspector](/3/basics/inspector.md) after selecting the section break:

* *Pause*: Length of pause, in seconds, at end of the section.
* *Start new section with long instrument names* (checkbox).
* *Start new section with measure number one* (checkbox).
* *Start new section with first system indentation* (checkbox, as of 3.6).

Prior to version 3.4, the same properties are accessed by right-clicking the break and selecting **Section Break Properties.**

## Spacers

There are three types of **spacers**:

* **Staff spacer up** (Up-pointing arrow): For adding space *above* a staff. The user sets a minimum height—which may increase (but not decrease) automatically if required by subsequent changes in layout.
* **Staff spacer down** (Down-pointing arrow): For adding space *below* a staff. The user sets a minimum height—which may increase (but not decrease) automatically if required by subsequent changes in layout.
* **Staff spacer fixed down** (Capital letter "I"): For adding a *fixed* space below the staff. The height set by the user is *always* adhered to and overrides any automatic layout settings. This spacer can also be used to draw staves closer than autoplacement would normally allow.

**Notes**: (1) Spacers are designed for *local* adjustments only. If you wish to adjust the space between staves across the *whole* score, use the settings in [Format → Style... → Page](/3/formatting/layout-and-formatting.md#page) instead. (2) Spacer symbols are visible on the screen, but do not appear on printouts. (3) Spacers cannot be applied to a frame.

### Add a spacer

1. Either select a measure, then click a [palette](/3/basics/palettes.md) spacer symbol (double-click in versions prior to 3.4); or, drag a spacer symbol from a palette onto a measure.
2. To set the spacer height use one of the following:
   * Adjust the "Height" property in the **Spacer** section of the [Inspector](/3/basics/inspector.md).
   * Select the spacer and use the <kbd>UpDown</kbd> keys and/or <kbd>Ctrl</kbd>+<kbd>UpDown</kbd> to move the end-handle up and down
   * Drag the adjustment handle of the spacer.

### Delete a spacer

* Click on the spacer and press the <kbd>Del</kbd> key.

## See also

* [Add/Remove System breaks](/3/formatting/layout-and-formatting.md#add--remove-system-breaks)


---

# 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/3/formatting/breaks-and-spacers.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.
