Aussprache ist natürlich pronunciation
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
(composer (chain-assoc-get 'header:composer props (if (and composerId (not poet-and-composer-same)) (format-composer composerId) #f)))
|
||||
(copyright (chain-assoc-get 'header:copyright props #f))
|
||||
(translation (chain-assoc-get 'header:translation props #f))
|
||||
(spelling (chain-assoc-get 'header:spelling props #f))
|
||||
(pronunciation (chain-assoc-get 'header:pronunciation props #f))
|
||||
(year_text (chain-assoc-get 'header:year_text props #f))
|
||||
(year_melody (chain-assoc-get 'header:year_melody props #f)))
|
||||
(markup
|
||||
@ -51,8 +51,8 @@
|
||||
(if (and infotext (not (and (string? infotext) (string-null? infotext)))) infotext #f))
|
||||
#:override (cons 'songinfo:translation
|
||||
(if (and translation (not (and (string? translation) (string-null? translation)))) translation #f))
|
||||
#:override (cons 'songinfo:spelling
|
||||
(if (and spelling (not (and (string? spelling) (string-null? spelling)))) spelling #f))
|
||||
#:override (cons 'songinfo:pronunciation
|
||||
(if (and pronunciation (not (and (string? pronunciation) (string-null? pronunciation)))) pronunciation #f))
|
||||
#:override (cons 'songinfo:year_text
|
||||
(if (and year_text (not (and (string? year_text) (string-null? year_text)))) year_text #f))
|
||||
#:override (cons 'songinfo:year_melody
|
||||
|
Reference in New Issue
Block a user