]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/INSTALL.texi
Add warning about international fonts.
[lilypond.git] / Documentation / topdocs / INSTALL.texi
index ed45e4c79b925fb0fc50aa03ad54407472a3ff4e..a8bfaa6153b0f179bf6d1b27e2351d18a7d88dcd 100644 (file)
@@ -123,6 +123,10 @@ software
 newer. 8.50 recommended)
 @end itemize
 
+International fonts are required to create music with international text
+or lyrics.  See @ref{Fonts} for more information.
+
+
 @subsection Building documentation
 
 You can view the documentation online at
@@ -359,5 +363,29 @@ or
 
 @end itemize
 
+@section Fonts
+
+On MacOs X, all fonts are installed by default.
+
+On Linux, international fonts are installed by different means on
+every distribution.  We cannot list the exact commands or packages
+that are necessary, as each distribution is different, and the exact
+package names within each distribution changes.  Here are some
+hints, though:
+
+@verbatim
+Red Hat Fedora
+
+    taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \
+         ttfonts-zh_CN fonts-ja fonts-hebrew 
+
+Debian GNU/Linux
+
+   apt-get install emacs-intl-fonts xfonts-intl-.* \
+        ttf-kochi-gothic ttf-kochi-mincho \
+        xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi 
+@end verbatim
+
+
 @bye