# Lyrics displayer

There are three places in Karedi where you can see the lyrics of the current active track, each one has a different purpose.&#x20;

The main one is the [*lyrics editor*](https://karedi.gitbook.io/karedi/user-interface/upper-components/lyrics-editor) - it shows the lyrics of the whole track in a special format that lets you add the lyrics and change the way they are assigned to the notes.

The second one are the lyrics displayed on the notes themselves in the [*main editor*](https://karedi.gitbook.io/karedi/user-interface/middle-components/main-editor)*.* The purpose of them is to let you know which note is which.

The last one is the lyrics displayer. It is the only place of these three that actually shows you how the final result will look in Ultastar.

<figure><img src="https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2FrbsLGokQmqxWt8mtOaDt%2Fimage.png?alt=media&#x26;token=43b5e23d-b0ad-452d-85ec-e724b8d78da1" alt=""><figcaption></figcaption></figure>

## Lyrics displayer breakdown

As described in the article dedicated to the [visible area topic](https://karedi.gitbook.io/karedi/user-interface/middle-components/main-editor/visible-area), you can view the notes in main editor in 2 display modes:

* line mode (range of the visible beats is automatically set to fit the active line),
* free mode (range of the visible beats is set and controlled by you).

### Line display mode

If you are in the line mode, you will see the number of the current line in the left side of the lyrics displayer:

<figure><img src="https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2FithFzHIx2xjpWgtXLQKO%2Fimage.png?alt=media&#x26;token=dcd67454-6852-4afa-a464-5d875e84358b" alt=""><figcaption></figcaption></figure>

and the final text of the whole line on the right side (lyrics of selected notes are blue):

<figure><img src="https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2FpDqTA7ow2leGWLD7TcE1%2Fimage.png?alt=media&#x26;token=97db60e8-5dc3-4374-b813-8cb29472d9cd" alt=""><figcaption></figcaption></figure>

### Free display mode

In free view mode there is no active line and you can display any range of beats with notes belonging to different lines. In such case line lyrics are separated by a slash.

<figure><img src="https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2F0IQl8Tl1gl3Rw28p4oLb%2Fimage.png?alt=media&#x26;token=7e82ec1c-519b-4473-a8d5-504b6a91ac1a" alt=""><figcaption></figcaption></figure>

As you can notice, the left side of the lyrics displayer no longer displayes any number. This is because in free mode there is no active line.&#x20;

As a matter of fact, whether a number is displayed here or not is the quickest way to verify whether you are in the line or free display mode.


---

# 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/middle-components/lyrics-displayer.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.
