> 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/spanish/readme/songtexte-und-akkorde-importieren/aus-chordpro-dateien.md).

# Desde archivos ChordPro

## Importar letras y acordes desde archivos ChordPro <a href="#toc165549794" id="toc165549794"></a>

Los archivos ChordPro se insertan primero como archivos de texto o PDF normales en SongBook. Después de abrirlos, muestra el contenido original sin formato del archivo ChordPro.

Con la opción de menú "Importar archvio de ChordPro", se pueden importar de manera similar a los archivos MP3 ([Desde archivos MP3](/spanish/readme/songtexte-und-akkorde-importieren/aus-mp3-dateien.md)). Se generará un archivo PDF.

### Formateo de letras desde archivos ChordPro

A partir de la versión 6.4, SongBook+ también puede adoptar la información de formato de los archivos ChordPro y mostrar áreas como estribillo, verso, etc., con diferentes colores o incluso en cursiva o negrita.

Para esto se utilizan varias directivas en llaves:

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

En la configuración bajo "Importar letras y acordes" - "Formato de texto de ChordPro", se puede definir el color para cada una de estas áreas y si se debe mostrar en negrita y/o cursiva.

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

Uso directo de colores:

* {textcolour:x} o también {textcolor:x} puede cambiar a un color específico
  * Para x se puede usar uno de los siguientes colores:

    red, green, blue, yellow, magenta, cyan, black
  * En lugar de estos colores, también se puede usar el valor RGB hexadecimal

    de cualquier color en el formato #RRGGBB, por ejemplo, #7A67EE
* {textcolor} o {textcolour} cambia de nuevo al color negro estándar.


---

# 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/spanish/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.
