Add import-songs.py script that extracts songs from the PDF text and generates .tex files with leadsheets format. Adds song properties for all reference books (BuLiBu, BuLiBuII, CL, SwA, Barde, LiBock). Generates all-songs.tex with alphabetical inputs. Note: Chord alignment is approximate from PDF extraction and may need manual review for some songs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
36 lines
918 B
TeX
36 lines
918 B
TeX
\begin{song}{
|
||
title = {Der da vorn so laut},
|
||
lyrics = {Otto Leis},
|
||
composer = {Otto Leis},
|
||
cl = 64,
|
||
swa = 37,
|
||
barde = 49,
|
||
libock = 56,
|
||
}
|
||
|
||
\begin{verse}
|
||
Der da \chord{D}vorn so l \chord{A}aut die Tr \chord{D}ommel, Trommel schlägt, \\
|
||
hat auch e \chord{A}in \chord{D} Herz. \\
|
||
Und so trommelt e \chord{A}r, damit \chord{D} die Zeit vergeht \\
|
||
und auch de \chord{A}r Schmerz \chord{D}.
|
||
\end{verse}
|
||
|
||
\begin{verse}
|
||
Ref.: \\
|
||
Es re \chord{A}gnet schon lang, zehn Tage mag sein, \\
|
||
/: Kamer \chord{D}ad, denkst \chord{G}du noch da \chord{D}ran, \\
|
||
\chord{G}an \chord{D} Liebe \chord{A}und We \chord{D}in? :/
|
||
\end{verse}
|
||
|
||
\begin{verse}
|
||
Wo kommen wir eigentlich her, wer weiß das noch? \\
|
||
Weiter marschiert das Heer, wen es soll, trifft’s ja doch.
|
||
\end{verse}
|
||
|
||
\begin{verse}
|
||
Es schauet der Hauptmann sich um, wer ist's, der fehlt? \\
|
||
Und er bewegt den Mund, grad als ob er uns zählt.
|
||
\end{verse}
|
||
|
||
\end{song}
|