example data for authors and songs

This commit is contained in:
tux
2023-08-20 12:16:18 +02:00
parent 16fd849b04
commit 7ab91abb3b
8 changed files with 30 additions and 25 deletions

@@ -3,6 +3,7 @@
defaultSongStyle = #'börnel
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
\include "authors.ly"
\include "categories.ly"
\include "../lilypond-common-includes/general_include.ly"
\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)