Reviewers: ,

Message:
Please review.

Description:
text-replacements: add ä and the like

Provides aliases auml,Auml,ouml,Ouml,uuml,Uuml
They were wanted by a user, so why not provide them?
I take it that the list in NR A.13 is auto-generated?

Please review this at https://codereview.appspot.com/281470043/

Affected files (+6, -0 lines):
  M ly/text-replacements.ly


Index: ly/text-replacements.ly
diff --git a/ly/text-replacements.ly b/ly/text-replacements.ly
index c741f4faf831f3653451320c6ed0fdbbf2dc651b..50f06b484b5a2b9ce7ac33f424db5213c3afed12 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
        ("+" . "+")


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to