allow inherits in authors
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
\bookpart {
|
\bookpart {
|
||||||
\header {
|
\header {
|
||||||
authors = #'(
|
authors = #'(
|
||||||
("kumpel" text melody))
|
("kumpelerbe" text melody))
|
||||||
year_text = "1600"
|
year_text = "1600"
|
||||||
year_melody = "1600"
|
year_melody = "1600"
|
||||||
}
|
}
|
||||||
|
Submodule lilypond-common-includes updated: 5ee1a7b6be...88f0dc9f8f
@ -4,5 +4,5 @@ customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.l
|
|||||||
|
|
||||||
\include "categories.ly"
|
\include "categories.ly"
|
||||||
\include "../lilypond-common-includes/general_include.ly"
|
\include "../lilypond-common-includes/general_include.ly"
|
||||||
AUTHOR_DATA = #(call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm)
|
AUTHOR_DATA = #(resolve-inherits (call-with-input-file "../../lilypond-song-includes/data/authors.json" json->scm))
|
||||||
SONG_DATA = #(call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm)
|
SONG_DATA = #(resolve-inherits (call-with-input-file "../../lilypond-song-includes/data/songs.json" json->scm))
|
||||||
|
@ -14,5 +14,9 @@
|
|||||||
"nocheiner": {
|
"nocheiner": {
|
||||||
"name": "Jemand anderes",
|
"name": "Jemand anderes",
|
||||||
"death_year": "2050"
|
"death_year": "2050"
|
||||||
|
},
|
||||||
|
"kumpelerbe": {
|
||||||
|
"inherits": "kumpel",
|
||||||
|
"organization": "Bund der crazy Kumpels"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user