lilypond-vorlagen/lilypond-custom-includes/base_config.ly

9 lines
435 B
Plaintext
Raw Normal View History

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"
2024-11-02 20:01:11 +01:00
AUTHOR_DATA = #(resolve-inherits (call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm))
SONG_DATA = #(resolve-inherits (call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm))