Initial commit

This commit is contained in:
2025-12-12 02:29:04 +01:00
commit eb33f7378b
17 changed files with 2123 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#(define category-names '(
(see "See und\nPiraten")
;(categoriekey "Titel der Kategorie")
))
%% Path to Category images
#(define-public (category-image-path category)
(string-append "../../liederbuecher/beispiel_liederbuch/categories/"
category ".eps"))