10 lines
380 B
Plaintext
10 lines
380 B
Plaintext
#(ly:set-option 'relative-includes #t)
|
|
|
|
defaultSongStyle = #'börnel
|
|
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
|
|
|
\include "categories.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)
|