]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/invoking.itely: describe how to view SVG
authorhjunes <hjunes>
Mon, 26 Dec 2005 23:18:41 +0000 (23:18 +0000)
committerhjunes <hjunes>
Mon, 26 Dec 2005 23:18:41 +0000 (23:18 +0000)
output using Inkscape which replace embedded fonts with OTF fonts.

ChangeLog
Documentation/user/invoking.itely

index 74f78cb45ce51d25d62b4b308431b5cefb21d22e..4915cb1b1578fc5b5d2f69a2f28ec707eda6d6d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/invoking.itely: describe how to view SVG 
+       output using Inkscape which replace embedded fonts with OTF fonts.
+
 2005-12-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/relocate.cc (set_relocation): set PANGO_PREFIX
index 717f178216487f9688797aeb01c580d7cb203021..817b0166c837d245b25f7677b631582543870585 100644 (file)
@@ -85,8 +85,14 @@ all pages (systems) including fonts.
 This mode is used by default by lilypond-book.
 
 @item svg
- for SVG (Scalable Vector Graphics)
+ for SVG (Scalable Vector Graphics).  
 @cindex SVG (Scalable Vector Graphics)
+  SVG files include embedded fonts.  Thus you need a SVG capable 
+  viewer which supports embedded fonts, or a SVG viewer is able to
+  replace the embedded fonts with OTF fonts.  
+  Under Unix, you may use @uref{http://www.inkscape.org,Inkscape} 
+  (version 0.42 or later), after copying the OTF fonts in directory 
+  @file{PATH/TO/share/lilypond/VERSION/fonts/otf/} to @code{~/.fonts/}.
 @item scm
  for a dump of the raw, internal Scheme-based drawing commands.
 @cindex Scheme dump