From ef0d208ede6eb1b9b352c94757c6918327cdb010 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 30 Jan 2006 12:39:32 +0000 Subject: [PATCH] * 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. * input/bach-schenker.ly (staffPiano): new file. * Documentation/topdocs/NEWS.tely (Top): simplify NEWS entry, add credits to Nicolas. --- ChangeLog | 5 +++++ input/bach-schenker.ly | 2 +- scm/framework-eps.scm | 2 +- scm/lily.scm | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d204493715..e15ad0efac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2006-01-30 Han-Wen Nienhuys + * 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. diff --git a/input/bach-schenker.ly b/input/bach-schenker.ly index af1a973753..768b9b594f 100644 --- a/input/bach-schenker.ly +++ b/input/bach-schenker.ly @@ -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" } diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 5330fc1731..9a7036df36 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -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))))) diff --git a/scm/lily.scm b/scm/lily.scm index 85c2f07dd7..1f099b248c 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -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") -- 2.39.5