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 +}