separate translation prefixes for authors and songinfo
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
poetAndComposerEqualPrefix = "Worte und Weise:"
|
poetAndComposerEqualPrefix = "Worte und Weise:"
|
||||||
voicePrefix = "Stimme:"
|
voicePrefix = "Stimme:"
|
||||||
versePrefix = "Strophe:"
|
versePrefix = "Strophe:"
|
||||||
|
translationAuthorPrefix = "Übersetzung:"
|
||||||
translationPrefix = "Übersetzung:"
|
translationPrefix = "Übersetzung:"
|
||||||
pronunciationPrefix = "Aussprache:"
|
pronunciationPrefix = "Aussprache:"
|
||||||
interludePrefix = "Zwischenspiel:"
|
interludePrefix = "Zwischenspiel:"
|
||||||
|
@@ -142,7 +142,7 @@
|
|||||||
) ", ")
|
) ", ")
|
||||||
(render-partial-contribution-group 'versePrefix versePoetData)
|
(render-partial-contribution-group 'versePrefix versePoetData)
|
||||||
(join-present (list
|
(join-present (list
|
||||||
(render-contribution-group (ly:output-def-lookup layout 'translationPrefix) translatorIds)
|
(render-contribution-group (ly:output-def-lookup layout 'translationAuthorPrefix) translatorIds)
|
||||||
year_translation
|
year_translation
|
||||||
) ", ")
|
) ", ")
|
||||||
(join-present (list
|
(join-present (list
|
||||||
|
Reference in New Issue
Block a user