From a0054faec007e84d281aea40a35c10c427c1ce53 Mon Sep 17 00:00:00 2001 From: tux Date: Wed, 27 Nov 2024 20:29:50 +0100 Subject: [PATCH] load AUTHOR_DATA in all_base_includes via convention --- lilypond-common-includes | 2 +- lilypond-custom-includes/base_config.ly | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lilypond-common-includes b/lilypond-common-includes index f0ffd3f..487bf45 160000 --- a/lilypond-common-includes +++ b/lilypond-common-includes @@ -1 +1 @@ -Subproject commit f0ffd3f6305f61ab47cdae342e749c44d1f9b78f +Subproject commit 487bf457fb8f1b733d843eb5318aac5d1c43a273 diff --git a/lilypond-custom-includes/base_config.ly b/lilypond-custom-includes/base_config.ly index c8469a4..4f90aa6 100644 --- a/lilypond-custom-includes/base_config.ly +++ b/lilypond-custom-includes/base_config.ly @@ -5,5 +5,3 @@ customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.l \include "categories.ly" #(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")