diff --git a/footer_with_songinfo.ly b/footer_with_songinfo.ly index 26d5b89..b3967b5 100644 --- a/footer_with_songinfo.ly +++ b/footer_with_songinfo.ly @@ -104,7 +104,10 @@ ) (if (and (equal? poetIds composerIds) (null? translatorIds) (null? versePoetData) (null? verseComposerData) (null? voiceComposerData) (null? compositionIds) (null? bridgeIds) (null? interludeIds)) (list - (render-contribution-group (ly:output-def-lookup layout 'poetAndComposerEqualPrefix) poetIds) + (join-present (list + (render-contribution-group (ly:output-def-lookup layout 'poetAndComposerEqualPrefix) poetIds) + (if (equal? year_text year_melody) year_text (join-present (list year_text year_melody) "/")) + ) ", ") #f) (list (if (and (null? poetIds) (null? versePoetData) (null? translatorIds)) #f