]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/lily.scm (define-scheme-options): rename option
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Jan 2006 12:39:32 +0000 (12:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 30 Jan 2006 12:39:32 +0000 (12:39 +0000)
preview-include-book-title to book-title-preview
(define-scheme-options): move force-eps-font-include (from paper
block) to eps-font-include -d option.

* input/bach-schenker.ly (staffPiano): new file.

* Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add
credits to Nicolas.

ChangeLog
input/bach-schenker.ly
scm/framework-eps.scm
scm/lily.scm

index d2044937156d4c036a720dee0ab0fd159e2d9c40..e15ad0efacba9fa0df213188075e3f3b47399c5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-01-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scm/lily.scm (define-scheme-options): rename option
+       preview-include-book-title to book-title-preview
+       (define-scheme-options): move force-eps-font-include (from paper
+       block) to eps-font-include -d option.
+
        * VERSION (PATCH_LEVEL): release 2.7.30
 
        * input/bach-schenker.ly (staffPiano): new file.
index af1a973753d2a49db2ba81d9087b922b496fe945..768b9b594fa21e25be4ae4ac68925d86c01cb4a2 100644 (file)
@@ -5,7 +5,7 @@
  composer ="J.S. Bach"
  title = "Wenn wir in hoechsten Noten sein"
  subtitle = "Analysis from Gene Biringer's Schenker Text, Ex. 5-27"
- opus = "BWV641"
+%% "BWV641"
  enteredby = "Kris Shaffer"
  
 }
index 5330fc1731f54729085082c7ac69adcdeab2ec92..9a7036df3682fb08d5bdc68ce544774ffee3fd95 100644 (file)
@@ -57,7 +57,7 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
 
          (dump-stencil-as-EPS
           paper line (format "~a-~a" basename count)
-          (ly:output-def-lookup paper 'force-eps-font-include))
+          (ly:get-option 'eps-font-include))
          
          (dump-stencils-as-separate-EPS rest (1+ count)))))
 
index 85c2f07dd7b0a56dea795b15cdabd0d6e0c8ff1e..1f099b248c91244b40c4260ab16b42fd58e0f3ba 100644 (file)
@@ -25,7 +25,8 @@ similar to chord syntax")
                           "experimental mechanism for remembering tweaks")
              (resolution 101 "resolution for generating bitmaps")
              (anti-alias-factor 1 "render at higher resolution and scale down result\nto prevent jaggies in PNG")
-             (preview-include-book-title #t "include book-titles in preview images.")
+             (book-title-preview #t "include book-titles in preview images.")
+             (eps-font-include #f "Include fonts in separate-system EPS files.")
              (gs-font-load #f
                            "load fonts via Ghostscript.")
              (gui #f "running from gui; redirect stderr to log file")