> 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-chordpro-dateien.md).

# Aus ChordPro-Dateien

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

ChordPro-Dateien werden zuerst wie normale Text- oder PDF-Dateien in SongBook eingefügt. Nach dem Öffnen zeigen Sie dann noch den unformatierten Original-Inhalt der Chordpro-Datei an.

Mit dem Menupunkt „Importiere ChordPro-Datei“ kann man sie dann aber ähnlich wie die MP3-Dateien importieren ([Aus MP3-Dateien](/readme/songtexte-und-akkorde-importieren/aus-mp3-dateien.md)). Dabei wird dann eine PDF-Datei erzeugt.

### Formatierung von Lyrics aus ChordPro-Dateien

Ab Version 6.4 kann SongBook+ auch Formatierungs-Informationen aus ChordPro-Dateien übernehmen und Bereiche wie Refrain, Strophe, etc. mit anderen Farben oder auch kursiv oder fett darstellen.

Dafür werden diverse Direktiven in geschweiften Klammern verwendet:

* {start\_of\_chorus} / {end\_of\_chorus} oder kurz {soc} / {eoc}
* {start\_of\_verse} / {end\_of\_verse} oder kurz {sov} / {eov}
* {start\_of\_bridge} / {end\_of\_bridge} oder kurz {sob} / {eob}
* {start\_of\_solo} / {end\_of\_solo}
* {start\_of\_intro} / {end\_of\_intro}
* {start\_of\_outro} / {end\_of\_outro}

In den Einstellungen bei "Import von Songtexten und Akkorde" - "Formatierung von ChordPro Text" kann man für jeden dieser Bereiche die Farbe einstellen und ob der Bereich Fett und/oder kursiv dargestellt werden soll.

<figure><img src="/files/LRRpNAvi5KD0YZjvloPM" alt=""><figcaption></figcaption></figure>

Direkte Verwendung von Farben:

* {textcolour:x} bzw. auch {textcolor:x} kann auf eine bestimmte Farbe 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
* {textcolor} oder {textcolour} wechselt auf die Standardfarbe schwarz zurück


---

# 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-chordpro-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.
