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

10 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"
2024-11-24 15:27:43 +01:00
#(ly:parser-append-to-include-path (dirname (dirname (current-filename))))
\include "lilypond-common-includes/general_include.ly"
AUTHOR_DATA = #(parse-yml-file "../../lilypond-song-includes/data/authors.yml")
SONG_DATA = #(parse-yml-file "../../lilypond-song-includes/data/songs.yml")