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.
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.
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"
}
(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)))))
"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")