# Space and hyphen

Space and hyphen are reserved characters in the lyrics editor. But what if you want your lyrics to actually contain one of these symbols?

If you just insert it, it will be treated as a separator which is not what we want.

Placeholders come to the rescue.

## Inserting space into the lyrics

To insert space as a part of a single lyrics chunk, you actually need to insert space's placeholder. It will be later turned into a normal space. To do that instead of pressing space, press `ctrl + space`.

You can also go to the menu *Lyrics* -> *Insert* -> *Space*.

This is what it looks like if you insert the space placeholder between *sta* and *rt* in the lyrics editor.

<div align="left"><figure><img src="/files/rxCbTjYqmUcFKzecX5Tq" alt="" width="438"><figcaption></figcaption></figure></div>

The note text and line lyrics now look like this:

![](/files/VjqLx9NtUi5iBqUIw4Zr)

We successfully inserted space as a part of single note's lyrics chunk.

## Inserting hyphen into the lyrics

The process of inserting hyphen is very similar. Instead of just pressing hyphen key, press `ctrl + -` or go to the menu  *Lyrics* -> *Insert* -> *Minus*.

This is what hyphen placeholder looks like:

<div align="left"><figure><img src="/files/h3KdPxMT6Zq8MbVAQbFF" alt="" width="417"><figcaption></figcaption></figure></div>

The note text and line lyrics now look like this:

![](/files/w1Po8QIgHeqhSXH12CeH)

and contain a normal hyphen symbol in a single note's lyrics chunk.


---

# 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://karedi.gitbook.io/karedi/user-interface/upper-components/lyrics-editor/space-and-hyphen.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.
