]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-eps.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / framework-eps.scm
index 9a7036df3682fb08d5bdc68ce544774ffee3fd95..930ac51bf1141577bc80a23285adea40203e45d0 100644 (file)
@@ -95,8 +95,13 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
     (postprocess-output book framework-eps-module
                        (format "~a.eps" basename) (ly:output-formats)))
 
+
+
 (define-public (output-classic-framework basename book scopes fields)
   (output-scopes scopes fields basename)
+
+  (if (ly:get-option 'dump-signatures)
+      (write-system-signatures basename (ly:paper-book-systems book) 0))
   
   (dump-stencils-as-EPSes
    (map paper-system-stencil (ly:paper-book-systems book))