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>
29 lines
888 B
TeX
29 lines
888 B
TeX
\begin{song}{
|
|
title = {Viva la feria},
|
|
lyrics = {spanisches Volkslied verbreitet von Esther und Abi Ofarim},
|
|
composer = {spanisches Volkslied verbreitet von Esther und Abi Ofarim},
|
|
bulibu = 198,
|
|
cl = 318,
|
|
swa = 229,
|
|
barde = 318,
|
|
}
|
|
|
|
\begin{verse}
|
|
Vi \chord{a}va la feria, viva la plaza, \chord{F}viva la ilus \chord{a}ion! / \\
|
|
Vi \chord{F}van los cerros pin \chord{a}-tarra-jear-dos / de \chord{E}mi comar \chord{E7}ca./ \\
|
|
/: \chord{F}Viena la cancio \chord{a}n. / Vi \chord{F}va la ilus \chord{a}ion. / \\
|
|
Vi \chord{F}va la vida \chord{a}y los amores / de \chord{E} mi coma \chord{E7}rca.:/
|
|
\end{verse}
|
|
|
|
\begin{verse}
|
|
Übersetzung: \\
|
|
Es lebe das Fest, \\
|
|
es lebe der Festplatz, \\
|
|
es lebe die Vorfreude! \\
|
|
Hoch leben die bunten Berge meiner Heimat. \\
|
|
Da kommt der Gesang! Es lebe die Vorfreude! \\
|
|
Hoch lebe das Leben und die von mir Geliebten.
|
|
\end{verse}
|
|
|
|
\end{song}
|