Autoren können jetzt aus Autorenverzeichnis geladen und automatisch angezeigt werden
This commit is contained in:
16
lilypond-custom-includes/authors.ly
Normal file
16
lilypond-custom-includes/authors.ly
Normal 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")
|
||||
))
|
||||
)
|
@ -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"
|
Reference in New Issue
Block a user