]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/invoking.itely (svg): revise SVG part.
authorhjunes <hjunes>
Mon, 2 Jan 2006 09:44:59 +0000 (09:44 +0000)
committerhjunes <hjunes>
Mon, 2 Jan 2006 09:44:59 +0000 (09:44 +0000)
ChangeLog
Documentation/user/invoking.itely

index 90575b0292dccc088eecd13bf299b086bdf6b829..48137b29c01dbba1ab338c1df81532745f0f5508 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-02  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/user/invoking.itely (svg): revise.
+
 2006-01-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/lexer.ll: use sourcefilename iso. renameinput.
index 817b0166c837d245b25f7677b631582543870585..1ac5b89cd64ae292c0a168b0ad6290777453f305 100644 (file)
@@ -85,14 +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).  This dumps every page as a separate
+@file{SVG} file, with embedded fonts.
 @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.  
+  You need a SVG viewer which supports embedded fonts, or a SVG 
+  viewer which 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/}.
+  @file{PATH/TO/share/lilypond/VERSION/fonts/otf/} to @file{~/.fonts/}.
 @item scm
  for a dump of the raw, internal Scheme-based drawing commands.
 @cindex Scheme dump