Aussprache ist natürlich pronunciation
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
(copyright (chain-assoc-get 'songinfo:copyright props #f))
|
||||
(infotext (chain-assoc-get 'songinfo:infotext props #f))
|
||||
(translation (chain-assoc-get 'songinfo:translation props #f))
|
||||
(spelling (chain-assoc-get 'songinfo:spelling props #f))
|
||||
(pronunciation (chain-assoc-get 'songinfo:pronunciation props #f))
|
||||
(year_text (chain-assoc-get 'songinfo:year_text props #f))
|
||||
(year_melody (chain-assoc-get 'songinfo:year_melody props #f)))
|
||||
(stack-lines DOWN 0.0 (chain-assoc-get 'baseline-skip props)
|
||||
@ -22,7 +22,7 @@
|
||||
(if copyright (string-append "© " copyright) "")
|
||||
(if infotext (string-append "\n\n" infotext) "")
|
||||
(if translation (string-append "\n\nÜbersetzung: " translation) "")
|
||||
(if spelling (string-append "\n\nAussprache: " spelling) ""))))))))
|
||||
(if pronunciation (string-append "\n\nAussprache: " pronunciation) ""))))))))
|
||||
(make-null-markup)
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user