]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/text-replacements.ly
Release: bump Welcome versions.
[lilypond.git] / ly / text-replacements.ly
index 6b522d65bfef345d075716a7c540b75d19c1ac33..50f06b484b5a2b9ce7ac33f424db5213c3afed12 100644 (file)
@@ -1,6 +1,6 @@
 %%%% This file is part of LilyPond, the GNU music typesetter.
 %%%%
-%%%% Copyright (C) 2011 Bertrand Bordage <bordage.bertrand@gmail.com>
+%%%% Copyright (C) 2011--2015 Bertrand Bordage <bordage.bertrand@gmail.com>
 %%%%
 %%%% LilyPond is free software: you can redistribute it and/or modify
 %%%% it under the terms of the GNU General Public License as published by
 %%%% You should have received a copy of the GNU General Public License
 %%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
-\version "2.15.13"
+\version "2.16.0"
 
 #(define (add-text-replacements! alist)
    (set! text-font-defaults
-        (assoc-set! text-font-defaults 'replacement-alist
-                    (cdaar
-                     (internal-add-text-replacements (list text-font-defaults) alist)))))
+         (assoc-set! text-font-defaults 'replacement-alist
+                     (cdaar
+                      (internal-add-text-replacements (list text-font-defaults) alist)))))
 
 #(define (include-special-characters)
    (add-text-replacements!
@@ -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;" . "+")