9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
#(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"))
|