use yml as data format
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
||||
|
||||
\include "categories.ly"
|
||||
\include "../lilypond-common-includes/general_include.ly"
|
||||
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))
|
||||
#(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")
|
||||
|
Reference in New Issue
Block a user