From 7d01bd769c681811661a5968c52e2c8fa47fa069 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Thu, 27 Mar 2025 17:00:05 +0100 Subject: [PATCH] use authorId if not empty and not found --- footer_with_songinfo.ly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/footer_with_songinfo.ly b/footer_with_songinfo.ly index 26242e4..f41054e 100644 --- a/footer_with_songinfo.ly +++ b/footer_with_songinfo.ly @@ -10,7 +10,9 @@ (assoc-ref author "death_year") (assoc-ref author "organization") ) - "unbekannt"))) + (if (string-null? authorId) + "unbekannt" + authorId)))) #(define (find-author-ids-by contributionType authors) (if authors