example data for authors and songs
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
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,6 +3,7 @@
|
||||
defaultSongStyle = #'börnel
|
||||
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
||||
|
||||
\include "authors.ly"
|
||||
\include "categories.ly"
|
||||
\include "../lilypond-common-includes/general_include.ly"
|
||||
\include "../lilypond-common-includes/general_include.ly"
|
||||
AUTHOR_DATA = #(call-with-input-file "../../data/authors.json" json->scm)
|
||||
SONG_DATA = #(call-with-input-file "../../data/songs.json" json->scm)
|
||||
|
Reference in New Issue
Block a user