summaryrefslogtreecommitdiff
path: root/ly/text-replacements.ly
diff options
context:
space:
mode:
Diffstat (limited to 'ly/text-replacements.ly')
-rw-r--r--ly/text-replacements.ly6
1 files changed, 6 insertions, 0 deletions
diff --git a/ly/text-replacements.ly b/ly/text-replacements.ly
index c741f4faf8..50f06b484b 100644
--- a/ly/text-replacements.ly
+++ b/ly/text-replacements.ly
@@ -91,6 +91,8 @@
("&AA;" . "Å")
("&ae;" . "æ")
("&AE;" . "Æ")
+ ("ä" . "ä")
+ ("Ä" . "Ä")
("&dh;" . "ð")
("&DH;" . "Ð")
("&dj;" . "đ")
@@ -103,10 +105,14 @@
("&O;" . "Ø")
("&oe;" . "œ")
("&OE;" . "Œ")
+ ("ö" . "ö")
+ ("Ö" . "Ö")
("&s;" . "ſ")
("&ss;" . "ß")
("&th;" . "þ")
("&TH;" . "Þ")
+ ("ü" . "ü")
+ ("Ü" . "Ü")
;; Mathematical symbols
("+" . "+")