X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fframework-eps.scm;h=78de309b8f47097f4d5ca0245a572133e8fd5bf2;hb=75eebcb49e52d296b1da3e1074e0825d2c780db4;hp=658f2cd47f51e561a2b5b32fa72c8cb7a710b850;hpb=0585211e494647bda64ab45b79c841219117a62e;p=lilypond.git diff --git a/scm/framework-eps.scm b/scm/framework-eps.scm index 658f2cd47f..78de309b8f 100644 --- a/scm/framework-eps.scm +++ b/scm/framework-eps.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2004--2005 Han-Wen Nienhuys +;;;; (c) 2004--2006 Han-Wen Nienhuys (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))