]> git.donarmstrong.com Git - lilypond.git/commitdiff
Enhancement: Provide text-replacements for äöüÄÖÜ
authorSimon Albrecht <simon.albrecht@mail.de>
Tue, 2 Feb 2016 19:50:38 +0000 (19:50 +0000)
committerJames Lowe <pkx166h@gmail.com>
Tue, 2 Feb 2016 19:53:18 +0000 (19:53 +0000)
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

ly/text-replacements.ly

index c741f4faf831f3653451320c6ed0fdbbf2dc651b..50f06b484b5a2b9ce7ac33f424db5213c3afed12 100644 (file)
@@ -91,6 +91,8 @@
        ("&AA;" . "Å")
        ("&ae;" . "æ")
        ("&AE;" . "Æ")
+       ("&auml;" . "ä")
+       ("&Auml;" . "Ä")
        ("&dh;" . "ð")
        ("&DH;" . "Ð")
        ("&dj;" . "đ")
        ("&O;" . "Ø")
        ("&oe;" . "œ")
        ("&OE;" . "Œ")
+       ("&ouml;" . "ö")
+       ("&Ouml;" . "Ö")
        ("&s;" . "ſ")
        ("&ss;" . "ß")
        ("&th;" . "þ")
        ("&TH;" . "Þ")
+       ("&uuml;" . "ü")
+       ("&Uuml;" . "Ü")
 
        ;; Mathematical symbols
        ("&plus;" . "+")