> 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/basics/inspector.md).

# Inspector

## Overview

The **Inspector** shows layout and playback properties of the [selected objects](#object-prop).

When the current selection of objects consist of several different object types, the Inspector shows and allows adjustment of color, visibility, and automatic placement, see ["Element"](#element) section. Press any of **Notes, Grace Notes, Rests** buttons at the bottom to to narrow to that object type only, as shown in image below. See also "Select all similar" and "Selection Filter" sections in the [Selection modes](/3/basics/selecting-elements.md) chapter.

When multiple objects are selected, if a single property has diverse values for each object, that particular property is displayed in the color blue.

<figure><img src="/files/XWbrS6KOON1bsHcb0WHg" alt="Notes, Grace Notes, Rests filter buttons"><figcaption></figcaption></figure>

## Displaying the Inspector

The **Inspector** appears by default on the right. To show or hide it:

* Press shortcut <kbd>F8</kbd> (Mac: <kbd>fn</kbd>+<kbd>F8</kbd>), or
* From the menu, select **View** and check or uncheck **Inspector**.

## Docking/undocking the Inspector

<figure><img src="/files/vNtiKEHXkZFPPcB14zfZ" alt="Inspector top bar"><figcaption></figcaption></figure>

Click the double-chevron symbol or double-click the top bar of the panel. To re-attach the panel double-click on the top bar again. See also: [Side panels](/3/basics/viewing-and-navigation.md#side-panels).

## "Reset to style default" and "Set to style" buttons

Two buttons may be displayed to the right of a property:

* **Reset to style default**: removes the specific property, in effect resets the property to the default value.
* **Save as style** : Does these:
  * Assigns the property value to the coresponding one in the style profile used by this object currently, found under **Format→Style**. See [Layout and formatting](/3/formatting/layout-and-formatting.md) chapter.
  * And then clears the property value specific to this object.
  * The result is that this object does not have the specific property anymore, but it uses the value in the style profile, which is the same value, because it is being assigned just now. All objects using that style profile across the score is affected.

*Shown below is the **Reset to style default** button, it looks like an unclosed circular loop with a letter x inside*\\

<figure><img src="/files/LicX9BOjykSAF0TJM4Es" alt="Reset to style default"><figcaption></figcaption></figure>

*Shown below is the **Set as style** button, it looks like a bold capitalized **S***\\

<figure><img src="/files/E7lXIczTRVjbqHYhBIfI" alt="Set to style"><figcaption></figcaption></figure>

## Inspector categories

Properties are conveniently listed under bold **categories** in the Inspector. For example, when barline(s) are selected, the following is displayed at the top:

<figure><img src="/files/aLduTBecrpvj9EW3L12p" alt="Barline inspector"><figcaption></figcaption></figure>

For details of the various categories and their properties, see below:

### Element

All score elements—except frames, breaks and spacers—display this category in the Inspector when selected. The options are as follows:

* **Visible**: Uncheck this box to make selected elements **invisible**; alternatively, use the shortcut <kbd>V</kbd> (toggle). Invisible elements do not appear in the music when printed out or exported as a PDF or image. If you still want them to remain on display in the document window, make sure that the "Show Invisible" option is selected in **View -> Show Invisible**. Invisible elements will then be colored light gray.
* **Color**: Click on the rectangle to open a "Color Select" dialog. Adjust the color and opacity of selected elements.
* **Automatic placement**: See [Automatic placement](/3/advanced-topics/automatic-placement.md).
* **Minimum distance**: Minimum distance from other elements when automatic placement is enabled.
* **Offset X**/**Y**: Allows you to position selected elements exactly (in terms of [space](/3/appendix/glossary.md#spatium) units). A positive number moves the elements right or down; a negative number moves the elements left or up. [Snap to grid](/3/formatting/align-elements.md#snap-to-grid) buttons are also provided.
* **Stacking order (Z)**: See [Automatic placement: Stacking order](/3/advanced-topics/automatic-placement.md#stacking-order)

### Element Group

This category is displayed only when you have selected a mixture of different types of elements, and allows editing of color, visibility, and automatic placement only.

### Segment

* **Leading Space**: Use this to increase or decrease the space before an element. This also affects any associated lyric syllables.

### Chord

<figure><img src="/files/1YTicxPUr9GGd4670tpd" alt="Chord inspector"><figcaption></figcaption></figure>

* **Offset X**/**Y**: This changes the positon of every note in the same voice as the selected note(s). If you want to make changes to the position of *just one note*, use the [Element](#element) category instead).
* **Small**: Make noteheads and stem small.
* **Stemless**: Make chord stemless.
* **Stem direction**: Choice of Auto, Up, or Down.

### Note

This category allows you to make changes to selected notes (but for note position—see [Element](#element)). It contains the following properties:

* **Small**: Make notehead smaller (you can specify the relative size of all small notes from the menu: **Format -> Style… -> Sizes…**).
* **Head group**: See [Notehead groups](/3/advanced-topics/notehead-schemes/noteheads.md#notehead-groups).
* **Head type**: See [Notehead types](/3/advanced-topics/notehead-schemes/noteheads.md#change-notehead-type).
* **Mirror head**: Position notehead to the left or right of the stem (default is "Auto").
* **Fix to line**: When ticked, the note is fixed to the top line of the standard 5-line staff.
* **Line**: A positive number moves the "fixed" note down; a negative number moves it upwards.
* **Play**: Unticking this box silences the note.
* **Tuning**: Adjust tuning of note to the nearest [cent](/3/appendix/glossary.md#cent).
* **Velocity type**: Sets the MIDI velocity of notes directly. Choose one of two options:
  * **Offset**: Make the value shown in "Velocity" *relative* to the previous dynamic marking. The value is taken as a percent offset, i.e. the note’s real MIDI velocity would be ((100 + **Velocity**) / 100) times what it would have been without this adjustment. Enter negative values to lower the velocity accordingly.
  * **User**: Make the value shown in "Velocity" *absolute* (i.e. the MIDI velocity is *unaffected* by dynamic markings).
* **Velocity**: Set the MIDI velocity according to the option displayed in "Velocity type."

### Dynamic

See [Dynamics](/3/sound-and-playback/dynamics.md)

### Text

See [Text basics](/3/text/text-basics.md)

### Tempo text

See [Tempo](/3/sound-and-playback/tempo.md)

### Fermata

See [Fermatas section in Tempo](/3/sound-and-playback/tempo.md#fermata)

### Select

This category appears differently according to the selection you have made:

* *If you select a notehead*, the "Select" category displays buttons which allow you to easily switch the selection to the stem, beam, hook, duration dot (or dots) or tuplet number associated with the notehead (see image below).

<figure><img src="/files/MsHzZ3fzCnI6HhRjsNRV" alt="Inspector: Select category"><figcaption></figcaption></figure>

* *If you select a range of measures*, the "Select" category allows you to select either all *notes*, *grace notes*, or *rests*.

### Beam

This section is displayed in the Inspector when you select one or more note [beams](/3/notation/beams.md), and allows you to make fine adjustments to beam position and angle, and also change the spacing of beamed notes.

### Clef

This section appears when you select a clef: the tick box allows you to turn on/off the display of a preceding [courtesy clef](/3/notation/clefs.md#courtesy-clefs).

<figure><img src="/files/sPg8a6xiSbzmIdc2UlZK" alt="Clef Inspector"><figcaption></figcaption></figure>

### Articulation

This category appears when you select an [articulation or ornament](/3/notation/articulations-and-ornaments.md). The following options are available:

* **Direction**: Whether the symbol points up or down: only applicable to certain symbols.
* **Anchor**: The vertical placement of the symbol:
* **Play**: Turn on/off playback effect.
* **Time stretch**: Obsolete. Jump to [Fermata](#fermata) instead.
* **Ornament style**: A choice of default or Baroque playback.

### Fretboard diagram

See [Fretboard diagrams](/3/advanced-topics/fretboard-diagrams.md).

### Line

This category is displayed when a [line](/3/notation/lines.md) is selected. Here, you can set various general properties.

* **Visible**: Hide or display just the line: any text remains visible.
* **Allow diagonal**: The default is horizontal (unticked). Tick if you want to edit the line to create a slope.
* **Line color/thickness/style**: Set various properties of the line.

### Text Line Details

This category is displayed when a [line](/3/notation/lines.md) is selected. It allows you to set the wording of a line, edit text properties, set line hooks, and align the text in relation to the line.

* **Begin hook** / **Height**: At the beginning of the line, specify None, 90° (vertical), 45° (angled), or 90° centered; set hook length.
* **End hook** / **Height**: Ditto for the very end of the line.
* **Begin Text** / **Continue Text** / **End Text**: Refers to text at the very beginning of the line; at the beginning of any continuation line; or at the end of the very last line. All have the same properties, as follows:
* **Text**: Create or edit the text associated with the line.
* **Font face** / **Size** / **Style**: Set the [text properties](/3/text/text-styles-and-properties.md#text-style-or-style-for-text-inside-type-of-object), and/or edit the [text style](/3/text/text-styles-and-properties.md#text-style-or-style-for-text-inside-type-of-object) of the line.
* **Align**: Set the horizontal and vertical alignment of the text in relation to the line.
* **Placement**: Place the text on (Above/Below), or to the left of the line.
* **Offset X** / **Y**: Adjust the x and y offsets for exact positioning.

## Properties dialogs

Some object types have additional properties. These are accessed by right-clicking on the object and choosing a "... properties" option from the context menu. The settings available in these dialogs are explained in the description of the object type in [Notation](https://github.com/shoogle/Handbook/blob/3/docs/notation/README.md) or [Advanced topics](https://github.com/shoogle/Handbook/blob/3/docs/advanced-topics/README.md).\
See:

* [Articulations and ornaments](/3/notation/articulations-and-ornaments.md)
* [Time signatures](/3/notation/time-signatures.md)
* [Staff and system text](/3/text/staff-text-and-system-text.md)
* [Measure operations](/3/basics/measure-operations.md)
* [Staff/Part properties](/3/advanced-topics/staff--part-properties.md)

## See also

* [Note input](/3/basics/note-input.md)
* [Layout and formatting](/3/formatting/layout-and-formatting.md)
* [Parts](/3/advanced-topics/parts.md)


---

# 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/basics/inspector.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.
