summaryrefslogtreecommitdiff
path: root/ly
diff options
context:
space:
mode:
authorSimon Albrecht <simon.albrecht@mail.de>2016-02-02 19:50:38 +0000
committerJames Lowe <pkx166h@gmail.com>2016-02-02 19:53:18 +0000
commitc0fb2d938f196a776e3790f7e59b103faa9dfc4f (patch)
tree5f1bcc971e6a0ec204e77710b87c2a14560fd1a8 /ly
parentbfd8ed4084a441d9ac65b1b088f3b54f31ae40c6 (diff)
Enhancement: Provide text-replacements for äöüÄÖÜ
Issue 4748 Provides aliases auml, Auml, ouml,Ouml,uuml,Uuml They were requested by a user http://lists.gnu.org/archive/html/lilypond-user/2016-01/msg00577.html
Diffstat (limited to '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;" . "Æ")
+ ("&auml;" . "ä")
+ ("&Auml;" . "Ä")
("&dh;" . "ð")
("&DH;" . "Ð")
("&dj;" . "đ")
@@ -103,10 +105,14 @@
("&O;" . "Ø")
("&oe;" . "œ")
("&OE;" . "Œ")
+ ("&ouml;" . "ö")
+ ("&Ouml;" . "Ö")
("&s;" . "ſ")
("&ss;" . "ß")
("&th;" . "þ")
("&TH;" . "Þ")
+ ("&uuml;" . "ü")
+ ("&Uuml;" . "Ü")
;; Mathematical symbols
("&plus;" . "+")