2023-07-22 22:09:10 +02:00
|
|
|
#(ly:set-option 'relative-includes #t)
|
|
|
|
|
2023-07-24 08:40:53 +02:00
|
|
|
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
2023-07-22 22:09:10 +02:00
|
|
|
|
|
|
|
\include "categories.ly"
|
2023-08-20 12:16:18 +02:00
|
|
|
\include "../lilypond-common-includes/general_include.ly"
|
2023-11-02 23:14:01 +01:00
|
|
|
AUTHOR_DATA = #(call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm)
|
|
|
|
SONG_DATA = #(call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm)
|