]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/utf-8.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / utf-8.ly
index 44a716e800c962e5a40898c770cc7155a8c171a8..b5fefcf9231c8c9ef200c0d3f05358613d1a6884 100644 (file)
@@ -8,14 +8,14 @@ You may have to install additional fonts.
 
 Red Hat Fedora
 
-    taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \
-        ttfonts-zh_CN fonts-ja fonts-hebrew
+       linux-libertine-fonts (Latin, Cyrillic, Hebrew)
+       ipa-mincho-fonts ipa-gothic-fonts (Japanese)
 
-Debian GNU/Linux
+Debian GNU/Linux, Ubuntu
+
+       fonts-linuxlibertine (Latin, Cyrillic, Hebrew)
+       fonts-ipafont (Japanese)
 
-   apt-get install emacs-intl-fonts xfonts-intl-.* \
-       ttf-kochi-gothic ttf-kochi-mincho \
-       xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi
 %}
 
 \header {
@@ -34,9 +34,9 @@ will render Bulgarian (Cyrillic), Hebrew, Japanese and Portuguese.
 \paper {
   #(define fonts
     (set-global-fonts
-     #:roman "Linux Libertine O"
-     #:sans "Linux Biolinum O"
-     #:typewriter "Linux Libertine Mono O"
+     #:roman "Linux Libertine O,serif"
+     #:sans "Linux Biolinum O,sans-serif"
+     #:typewriter "Linux Libertine Mono O,monospace"
    ))
 }