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>
30 lines
671 B
TeX
30 lines
671 B
TeX
\begin{song}{
|
||
title = {Erklingen leise Lieder},
|
||
bulibull = 1,
|
||
cl = 33,
|
||
libock = 128,
|
||
}
|
||
|
||
\begin{verse}
|
||
Erkl \chord{D}ingen l \chord{A}eise L \chord{D}ieder, \\
|
||
die We \chord{G}lt wird h \chord{E7}ell und w \chord{A}eit. \\
|
||
/: Und \chord{h}immer, i \chord{A}mmer wie \chord{D}de \chord{h}r \\
|
||
verwe \chord{e}hen Ra \chord{A7}um und Zeit \chord{D}. :/
|
||
\end{verse}
|
||
|
||
\begin{verse}
|
||
Verblassen auch die Sterne, \\
|
||
es bleibt der Augenschein, \\
|
||
/: ist keiner keinem ferne, \\
|
||
erblüht uns neues Sein. :/
|
||
\end{verse}
|
||
|
||
\begin{verse}
|
||
Der Erde nicht verloren, \\
|
||
dem Hohen zugewandt, \\
|
||
/: zu Gottes Freud´ geboren, \\
|
||
erstrahlen Mensch und Land. :/
|
||
\end{verse}
|
||
|
||
\end{song}
|