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

10 lines
380 B
Plaintext
Raw Normal View History

2023-07-22 22:09:10 +02:00
#(ly:set-option 'relative-includes #t)
defaultSongStyle = #'börnel
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"
AUTHOR_DATA = #(call-with-input-file "../../data/authors.json" json->scm)
SONG_DATA = #(call-with-input-file "../../data/songs.json" json->scm)