ChordPro ist ein Klartextformat für Songs mit Akkorden, die direkt in den Text eingebettet sind. Eine Datei funktioniert in jedem Editor, importiert sauber in Songbook-Apps und exportiert in bühnenfertige PDFs - ohne die Ausrichtung von Textprozessoren zu bekämpfen.
Die Kernidee
Akkorde sitzen in eckigen Klammern vor der Silbe, zu der sie gehören. Direktiven in lockigen Klammern fügen Metadaten, Abschnittsetiketten, Kommentare, Balkenraster und Drucklayout hinzu. Songbook Buddy liest die gleiche Quelle für Live-Vorschau, Theatermodus und PDF-Export.
[G]Hello darkness, my old [C]friend
Grundlegende Richtlinien
Dies sind die Direktiven, die Musiker am häufigsten in Songbook Buddy erreichen. Kurze Aliase (wie {t:} für {title:}) funktionieren auch - siehe die vollständige Referenz unten verlinkt.
Syntax
Was es tut
{title: …} / {t:}
Song title — shown in the preview header and PDF title block.
{artist: …} / {a:}
Artist or band name in the header.
{key: …} / {k:}
Musical key — appears as a meta chip; transposes with the song.
{capo: N}
Capo fret — pairs with the capo slider; shapes reflect capo position.
{tempo: N} · {time: 4/4}
BPM and time signature — meta chips for rehearsal and print.
{comment: …} / {c:}
Performance note or instruction block (normal weight).
{comment_italic: …} / {ci:}
Italic comment — cues like “slow build” or “repeat 2×”.
{start_of_verse} … {end_of_verse}
Verse section — optional label; short forms {sov} / {eov}.
{start_of_chorus: Label} … {end_of_chorus}
Chorus section — custom label after the colon; {soc} / {eoc}.
[Chord]
Inline chord placed on the next word or syllable — core ChordPro syntax.
[(Chord)]
Optional chord — visible cue, transposes like a normal chord.
{start_of_grid} … {end_of_grid}
Bar grid for rhythm charts — | Am | G | . | cells per measure.
{np} · {cb}
Page break and column break — take effect in PDF export, not on-screen scroll.
{chord: Am}
Inline chord diagram drawn in the lyric flow at that spot.
ChordPro-Quellbeispiele
Diese Beispiele zeigen nur den portablen ChordPro-Quelltext. Echte Songbook-Buddy-Bildschirm- und PDF-Ausgabe hängt von Layout, Schrift, Seite und Export-Einstellungen in der App ab.
Beispiel 1 — Vers und Chor mit Metadaten
Ein typisches Singer-Songwriter-Diagramm: Titel und Schlüssel im Header, ein Performance-Kommentar, dann Vers- und Refrainabschnitte mit Inline [Akkorde].
ChordPro Quelle
{title: Morning Light}
{artist: Jane Doe}
{key: G}
{capo: 2}
{comment: Fingerpicking — capo shapes shown below.}
{start_of_verse}
[G]Walking by the [C]riverside at [G]dawn
[Em]Coffee in my [Am]hand, the [D]night is [G]gone
{end_of_verse}
{start_of_chorus: Chorus}
[C]Morning [G]light on [Em]open [Am]water
[C]Carry [G]me through [D]one more [G]day
{end_of_chorus}
Beispiel 2 — Banddiagramm mit Raster und Seitenumbruch
Ein Proben-Chart für die ganze Band: Tempo und Taktart, ein Akkordraster für die Intro, Chorus-Text, danach {np} als portable Seitenumbruch-Direktive.
ChordPro Quelle
{title: Band Chart — 4/4 Groove}
{key: Am}
{tempo: 92}
{time: 4/4}
{comment_italic: Intro — drums build 4 bars}
{start_of_grid}
| Am | G | F | E |
| Am | . | . | . |
{end_of_grid}
{chorus}
[Am]Hold the [G]line, don't [F]let it [E]fade
[Am]We play it [G]live — no [F]masquer[E]ade
{np}
{start_of_block: Outro vamp}
[Am] [G] [F] [E]
{end_of_block}
Warum Musiker ChordPro verwenden
Klartext — überall bearbeiten, Versionskontrolle freundlich, kein Lock-in
Akkorde richten sich automatisch über den rechten Silben aus
Abschnitte, Kommentare und Balkenraster strukturieren komplexe Anordnungen
Eine Datei importiert Songbook Buddy, OnSong und andere Apps
Transpose, Capo und Print/PDF aus derselben Quelle
Bearbeiten Sie ChordPro auf der linken Seite; formatierte Akkorde und Texte erscheinen auf der rechten Seite, während Sie tippen.
Mit ChordPro mit Songbook Buddy
Importieren Sie vorhandene .cho / .chopro-Dateien oder Ordner, bearbeiten Sie mit einer Live-Split-Pane-Vorschau, transponieren Sie für Ihre Stimme und exportieren Sie PDFs für den Gig. Der eingebaute Insert-Katalog fügt Abschnitte und Direktiven hinzu, ohne sich die Syntax zu merken.