> 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/notation/tremolo.md).

# Tremolo

**Tremolo** is the rapid repetition of one note or chord, or a rapid alternation between two notes or chords. One-note and two-note tremolo symbols can be found in the **Tremolo** [palette](/3/basics/palettes.md) in the advanced [workspace](/3/basics/workspaces.md), ***trem.*** text marking see [Articulation Text (Mid-staff sound change)](/3/sound-and-playback/mixer.md#mid-staff-sound-channel-change-pizz-con-sordino-etc)

<figure><img src="/files/yzQYqo9ieohDk3Dm5QtB" alt="Tremolo palette"><figcaption></figcaption></figure>

A **one-note or one-chord tremolo** is indicated by strokes through the stem of the note or chord (or above/below if a whole note). E.g.\\

<figure><img src="/files/jY4iLbKwN4aNzjskReua" alt="Tremolo 1"><figcaption></figcaption></figure>

In a **two-note or two-chord tremolo**, bars are drawn between the notes. E.g.\\

<figure><img src="/files/KFcTOULk5NaV6GzdqrdB" alt="Tremolo 2"><figcaption></figcaption></figure>

Tremolo symbols are also used to notate drum rolls.

## Add a Tremolo

### Single note/chord tremolo

1. If a single note, select that note; if a chord, select any note in the chord;
2. Click the desired symbol in the Tremolo palette (double-click in versions prior to 3.4).

Alternatively, you can drag the tremolo symbol onto the applicable note.

### Two note/chord tremolo

1. Input the notes at half the desired final duration;
2. If a single note, select the first note of the pair; if a chord, select any note from the first chord;
3. Click the desired symbol in the Tremolo palette (double-click in versions prior to 3.4).

Alternatively, you can drag the tremolo symbol onto the applicable note.

**Example**: To enter a two-note tremolo with the duration of a half note (minim), enter two normal quarter notes (crotchets). After applying a tremolo symbol to the first note, the note values automatically double to half notes.

## External links

* [Tremolo](https://en.wikipedia.org/wiki/Tremolo) (Wikipedia)
* [How to create 'old style' and other special tremolos?](https://musescore.org/en/node/301977) (MuseScore HowTo)


---

# 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/notation/tremolo.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.
