> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/readme/songtexte-und-akkorde-importieren/aus-midi-dateien.md).

# Aus MIDI-Dateien

## Songtext und Akkorde aus MIDI-Dateien importieren <a href="#toc165549792" id="toc165549792"></a>

Das Importieren der Songtexte aus MIDI-Dateien funktioniert gleich wie oben für MP3-Dateien beschrieben ([Aus MP3-Dateien](/readme/songtexte-und-akkorde-importieren/aus-mp3-dateien.md)).

Einziger Unterschied ist, dass es zum Auswählen einer MIDI-Datei ein eigenes Feld gibt.

### Formatierung von Lyrics aus Midi-Dateien

Ab Version 6.4 kann SongBook+ auch Formatierungs-Informationen aus Midi-Lyrics übernehmen.

Das ist kein offizieller Standard, sondern eine eigene Definition von SongBook+, die in Anlehnung an ChordPro entstanden sind.

Die hier für MIDI-Dateien würde SongBook+ auch verwenden, wenn sie in ChordPro-Dateien vorkommen.

In den MIDI-Lyrics können folgende Markierungen eingefügt werden, um die Darstellung in

SongBook+ zu beeinflussen:

* {color:x}, um auf eine andere Farbe zu wechseln
  * Für x kann eine der folgenden Farben verwendet werden: red, green, blue, yellow, magenta, cyan, black
  * Statt diesen Farben kann auch der hexadezimale RGB-Wert einer beliebigen Farbe eingesetzt werden im Format #RRGGBB, z.B. #7A67EE
* {bold:on}, um auf fette Schrift zu wechseln
* {bold:off}, um auf nicht fette Schrift zu wechseln
* {italic:on}, um auf kursive Schrift zu wechseln
* {italic:off}, um auf nicht kursive Schrift zu wechseln

Die Markierungen können als eigene Silbe eingefügt werden oder in einer vorhandenen Silbe vorne oder hinten angehängt oder auch mitten in einer Silbe eingefügt werden.

Die Markierungen dürfen überall vorkommen, auch mitten im Text, auch mehrere nacheinander und dürfen auch beliebig verschachtelt sein.

**Beispiel:**

```
Hier kommt {color:red}roter Text, {italic:on}dann wird er kursiv, {italic:off}nicht mehr kursiv, {bold:on}dann fett, {italic:on}{color:blue}dann fett und kursiv und in blau,{italic:off}{bold:off}{color:black}dann wieder normal und in schwarz.
```

Hier kommt <mark style="color:red;">roter Text</mark>, *dann wird er kursiv,* nicht mehr kursi&#x76;*,* **dann fett**, *<mark style="color:blue;">**dann fett und kursiv und in blau**</mark>,* dann wieder normal und in schwarz.


---

# 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://docs.songbookplus.com/readme/songtexte-und-akkorde-importieren/aus-midi-dateien.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.
