]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-eps.scm
(Generic_prefix_music_scm): append lists, not objects.
[lilypond.git] / scm / framework-eps.scm
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)))))