> 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/advanced-topics/early-music-features.md).

# Early music features

MuseScore offers several specialized functions to create engravings of early music (particularly medieval and renaissance) akin to commercial editions from the 20th century onwards.

## Unbarred (or unmetered) notation

In MuseScore, notes lasting longer than the duration of a measure are normally tied across barlines. However MuseScore has a special feature which allows it to display the note values intact, without splitting and tying them in this way. This enables you to notate music which is unbarred (i.e. not divided into measures), such as that of the **renaissance**:

1. From the menu bar, select **Format -> Style... -> Score**.
2. Tick the box labelled "Display note values across measure boundaries … ."\\

   <figure><img src="/files/TanL8UrwoYXBusNqaN07" alt="Score menu option to display note values across measure boundaries"><figcaption></figcaption></figure>
3. Click "OK" or "Apply." The existing score is immediately updated.

### Example

1. The example below shows an excerpt from the original score of "De Profundis Clamavi" for 4 voices by Nicolas Champion:\\

   <figure><img src="/files/8XBzXynTTfnTW3ZK1KJB" alt="Early music - original"><figcaption></figcaption></figure>
2. The same excerpt displayed in MuseScore:\\

   <figure><img src="/files/CDTsmb05h2ZvILWH1zPo" alt="Early music - barred"><figcaption></figcaption></figure>
3. And after activating "Display note values across measure boundaries … ."\\

   <figure><img src="/files/iILQgXuR4PcOoSMjyjDw" alt="Early music - unbarred"><figcaption></figcaption></figure>
4. To get rid of the barlines, just untick the “Show barlines” box in the Staff / Part properties dialog. See also [Mensurstrich](#mensurstrich) (below).

**Note**: The feature is still in development and may contain bugs. The longest supported note value is the longa (a dotted longa is still broken up and tied over).

## Mensurstrich

Since a complete lack of barlines could make performing the music more difficult for current musicians, many modern engravers settled on a compromise called *Mensurstrich*, where barlines are drawn between, but not across, staves.

<figure><img src="/files/i2yZrEfEaamRROQJCbE8" alt="Mensurstrich"><figcaption></figcaption></figure>

To place barlines between staves:

1. In the lowest staff (usually the bottom staff of a system) where the proposed *Mensurstriche* is required, uncheck "Show barlines" in the [Staff/Part Properties](/3/advanced-topics/staff--part-properties.md) dialog;
2. In the staff above where you want the *Mensurstriche*, click on one barline;
3. In the **Barline** section of the [Inspector](/3/basics/inspector.md), tick the "Span to next staff" option;
4. In the **Barline** section of the Inspector, adjust the "Span from" value so that the top of the barline meets the bottom line of the staff (e.g., set to 8);
5. Click the "Set as staff default" button.

## Ambitus

Before there was the concept of an absolute pitch, performers were required to transpose vocal music to a singable range for their ensemble "on the fly." To aid them, an **ambitus** was sometimes included, marking the entire range of a voice at the beginning of the piece.

To apply an ambitus, use one of the following methods:

* Drag the ambitus symbol (from the [Lines](/3/notation/lines.md) palette of the Advanced workspace) onto a clef.
* Select one or more clefs, then click (double-click prior to version 3.4) the ambitus symbol (in the [Lines](/3/notation/lines.md) palette of the Advanced workspace).

<figure><img src="/files/5ybEjZV8esfbUE6huL68" alt="Ambitus"><figcaption></figcaption></figure>

When applied, the ambitus automatically displays the note range of the score: if there is a [section break](/3/formatting/breaks-and-spacers.md#section-break) then *only* the note range of the section is displayed. Beyond the section break a new ambitus may be applied.

The note range of the ambitus can be adjusted manually by selecting it and changing the "Top note" and "Bottom note" values in the [Inspector](/3/basics/inspector.md). For automatic adjustment click the **Update Range** button in the inspector.

## Mensural time signatures

In the mensural notation system, time signatures did not define the length of a measure, but the length of breves and semibreves. MuseScore supports mensural time symbols as a display method in the Time signature properties dialog rather than as symbols, but they are just for show, as the proportion of e.g. half notes per whole notes cannot be modified.

One way to make use of these symbols is to replicate when composers of the renaissance had multiple voices in different time signatures simultaneously without using tuplets. Edit the time signature on a per-staff basis, as long as the beginning and end of a measure in all staves match up. If they do not, then consider increasing the size of the measures to the lowest common denominator.

<figure><img src="/files/9LmnEI9IRrR3gCP5m0kH" alt="Prolation"><figcaption></figcaption></figure>

\ \_De Profundis Clamavi for 5 voices by Josquin Des Prez\_

## Period tablature

Authentic-looking period tablature is possible for instruments such as the lute, theorbo etc. The various historical styles are well supported by a choice of fretmark and note symbol fonts, optional “upside-down” tablature, and special symbols for bass-string notes. See [Tablature](/3/notation/tablature.md).

## See also

* [Measure Operations: Split and join](/3/basics/measure-operations.md#split-and-join)


---

# 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/advanced-topics/early-music-features.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.
