Extract images from the CL6 PDF using pdfimages, map them to songs via page-to-CL number matching, and insert \songimage commands. Add insert-images.py script for repeatable extraction. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
31 lines
908 B
TeX
31 lines
908 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}
|
|
\chord{a}Viva la feria, viva la plaza, \chord{F}viva la \chord{a}ilusion! / \\
|
|
\chord{F}Vivan los cerros \chord{a}pin-tarra-jear-dos / de \chord{E}mi \chord{E7}comarca./ \\
|
|
\chord{F}/:Viena la \chord{a}cancion. / \chord{F}Viva la \chord{a}ilusion. / \\
|
|
\chord{F}Viva la vida \chord{a}y los amores / de \chord{E}mi \chord{E7}comarca.:/
|
|
\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}
|
|
|
|
\songimage{images/img-129.jpg}
|
|
|
|
\end{song}
|