]> git.donarmstrong.com Git - lilypond.git/commitdiff
(define-scheme-options): typo: add s, so it is
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Sep 2006 22:03:43 +0000 (22:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Sep 2006 22:03:43 +0000 (22:03 +0000)
-dinclude-eps-fonts

ChangeLog
scm/lily.scm

index beae11eebc7477f6c67a1a51de895f79a7f111f2..3e3168e817146151315d57fd6aea1484118ef97a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-17  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/lily.scm (define-scheme-options): typo: add s, so it is 
+       -dinclude-eps-fonts
+
 2006-09-16  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * scm/define-grobs.scm (all-grob-descriptions): oops, typo:
index c95d7d47c698f811ecf8ad8f71101c4b3d95b896..495234fb92c6dc9577aa8c7970ffebcd271cee1a 100644 (file)
@@ -28,7 +28,7 @@
              (gs-load-fonts #f
                            "load fonts via Ghostscript.")
              (include-book-title-preview #t "include book-titles in preview images.")
-             (include-eps-font #f "Include fonts in separate-system EPS files.")
+             (include-eps-fonts #f "Include fonts in separate-system EPS files.")
 
              (pad-eps-boxes #f "Pad EPS bounding boxes to guarantee alignment between systems")