Initial commit

This commit is contained in:
2025-09-27 11:17:35 +02:00
commit ab85939b4e
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"))