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>
28 lines
718 B
TeX
28 lines
718 B
TeX
\begin{song}{
|
|
title = {Gute Nacht, Kameraden},
|
|
lyrics = {Hans Baumann},
|
|
composer = {Hans Baumann},
|
|
bulibu = 368,
|
|
cl = 172,
|
|
swa = 113,
|
|
barde = 120,
|
|
}
|
|
|
|
\begin{verse}
|
|
Gute Nac \chord{E}ht, Kamerade \chord{H7}n, / bewahrt \chord{E} euch diesen \\
|
|
T \chord{E}ag, / die Sterne rücken aus den Ta \chord{H7}nnen / empor \\
|
|
ins bl \chord{H7}aue \chord{E} Zelt / und \chord{A}funkeln auf die W \chord{E}elt, / \chord{H7}die \\
|
|
Fi \chord{E}nstern \chord{H7}is zu ba \chord{E}nnen.
|
|
\end{verse}
|
|
|
|
\begin{verse}
|
|
Gute Nacht, Kameraden, \\
|
|
bewahrt ein festes Herz \\
|
|
und Fröhlichkeit in euren Augen, \\
|
|
denn fröhlich kommt der Tag, \\
|
|
daher wie Glockenschlag, \\
|
|
und für ihn sollt ihr taugen.
|
|
\end{verse}
|
|
|
|
\end{song}
|