Autoren können jetzt aus Autorenverzeichnis geladen und automatisch angezeigt werden

This commit is contained in:
tux
2023-08-11 16:31:29 +02:00
parent ad699f1da6
commit 27f581f26b
6 changed files with 27 additions and 10 deletions

View File

@ -0,0 +1,16 @@
AUTHORS = #'(
(dude . (
(name . "Krasser Dude")
(trail_name . "dud")
(birth_year . "1950")
;(death_year . "2050")
(organization . "Bund der krassen Dudes")
))
(kumpel . (
(name . "Krasser Kumpel")
(trail_name . "dudekumpel")
;(birth_year . "1960")
(death_year . "2050")
(organization . "Bund der krassen Kumpels")
))
)

View File

@ -3,5 +3,6 @@
defaultSongStyle = #'börnel
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
\include "authors.ly"
\include "categories.ly"
\include "../lilypond-common-includes/general_include.ly"