]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-eps.scm
* The grand 2005-2006 replace.
[lilypond.git] / scm / framework-eps.scm
index 658f2cd47f51e561a2b5b32fa72c8cb7a710b850..78de309b8f47097f4d5ca0245a572133e8fd5bf2 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2006 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-eps))
 
@@ -54,8 +54,7 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
               (rest (cdr stencils)))
 
          (dump-stencil-as-EPS
-          paper
-          line (format "~a-~a" basename count)
+          paper line (format "~a-~a" basename count)
           (ly:output-def-lookup paper 'force-eps-font-include))
          
          (dump-stencils-as-separate-EPS rest (1+ count)))))
@@ -98,7 +97,7 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
   (output-scopes scopes fields basename)
   
   (dump-stencils-as-EPSes
-   (map ly:paper-system-stencil (ly:paper-book-systems book))
+   (map paper-system-stencil (ly:paper-book-systems book))
    book
    basename))