diff options
author | Simon Albrecht <simon.albrecht@mail.de> | 2016-02-02 19:50:38 +0000 |
---|---|---|
committer | James Lowe <pkx166h@gmail.com> | 2016-02-02 19:53:18 +0000 |
commit | c0fb2d938f196a776e3790f7e59b103faa9dfc4f (patch) | |
tree | 5f1bcc971e6a0ec204e77710b87c2a14560fd1a8 /ly | |
parent | bfd8ed4084a441d9ac65b1b088f3b54f31ae40c6 (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.ly | 6 |
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 ("+" . "+") |