From f075946777e0c102923a99943d6f5c946450e60c Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Thu, 12 Mar 2026 22:25:50 +0100 Subject: [PATCH] use right translationAuthorPrefix in authorContributionFormat --- private_includes/base/default_songinfo_style.ily | 4 ++-- private_includes/base/footer_with_songinfo.ily | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/private_includes/base/default_songinfo_style.ily b/private_includes/base/default_songinfo_style.ily index 89ba594..e7dcc47 100644 --- a/private_includes/base/default_songinfo_style.ily +++ b/private_includes/base/default_songinfo_style.ily @@ -54,7 +54,7 @@ (poetAndComposerEqualPrefix "") (poetPrefix "") (composerPrefix "") - (translationPrefix "") + (translationAuthorPrefix "") (pronunciationPrefix "") (compositionPrefix "") (adaptionTextPrefix "") @@ -177,4 +177,4 @@ ))))) (make-null-markup) ) -} \ No newline at end of file +} diff --git a/private_includes/base/footer_with_songinfo.ily b/private_includes/base/footer_with_songinfo.ily index 787d6f7..2945ded 100644 --- a/private_includes/base/footer_with_songinfo.ily +++ b/private_includes/base/footer_with_songinfo.ily @@ -116,7 +116,7 @@ #:poetAndComposerEqualPrefix (ly:output-def-lookup layout 'poetAndComposerEqualPrefix) #:poetPrefix (ly:output-def-lookup layout 'poetPrefix) #:composerPrefix (ly:output-def-lookup layout 'composerPrefix) - #:translationPrefix (ly:output-def-lookup layout 'translationPrefix) + #:translationAuthorPrefix (ly:output-def-lookup layout 'translationAuthorPrefix) #:pronunciationPrefix (ly:output-def-lookup layout 'pronunciationPrefix) #:compositionPrefix (ly:output-def-lookup layout 'compositionPrefix) #:adaptionTextPrefix (ly:output-def-lookup layout 'adaptionTextPrefix) @@ -213,4 +213,4 @@ \line { \page-number-to-pdf-label \null } } } -} \ No newline at end of file +}