Rewrite songbook as pure LaTeX project (Carmina Leonis style)

Replace the Kotlin/Gradle multi-module pipeline with a pure LaTeX
songbook using the leadsheets package and LuaLaTeX. Style matches
the Carmina Leonis (CL6) scout songbook: Fraktur titles, chords
above lyrics, metadata at page bottom, reference book footer.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
shahondin1624
2026-04-01 08:23:57 +02:00
parent e386501b57
commit 4024d0e421
65 changed files with 402 additions and 5121 deletions

View File

@@ -0,0 +1,31 @@
\begin{song}{
title = Abend wird es wieder,
lyrics = {Christian Gottlob Barth, 1836},
composer = Volksweise,
key = C,
tags = Abendlied,
pfadfinderliederbuch = 12,
}
\begin{verse}
\chord{C}Abend wird es \chord{G}wieder, \\
\chord{G}über Wald und \chord{C}Feld \\
säuselt \chord{F}Frieden \chord{C}nieder, \\
und es \chord{G}ruht die \chord{C}Welt.
\end{verse}
\begin{verse}
\chord{C}Nur der Bach er\chord{G}gießet \\
\chord{G}sich am Felsen \chord{C}dort, \\
und er \chord{F}braust und \chord{C}fließet \\
immer, \chord{G}immer \chord{C}fort.
\end{verse}
\begin{verse}
\chord{C}Und kein Abend \chord{G}bringet \\
\chord{G}Frieden ihm und \chord{C}Ruh, \\
keine \chord{F}Glocke \chord{C}klinget \\
ihm ein \chord{G}Rastlied \chord{C}zu.
\end{verse}
\end{song}