]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/framework-ps.scm
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / scm / framework-ps.scm
index 3a95c5166dea6f9c2fd19dd857d1e667bbb02154..bf794c3a74d67e81138ad6b8f1b3ea4d1c0097a0 100644 (file)
                     (open-file filename "wb")
                     "ps"))
         (paper (ly:paper-book-paper book))
+        (systems (ly:paper-book-systems book))
         (page-stencils (map page-stencil (ly:paper-book-pages book)))
         
         (landscape? (eq? (ly:output-def-lookup paper 'landscape) #t))
         (page-count (length page-stencils))
         (port (ly:outputter-port outputter)))
 
+    (if (ly:get-option 'dump-signatures)
+       (write-system-signatures basename (ly:paper-book-systems book) 0))
+  
     (output-scopes scopes fields basename)
     (display (file-header paper page-count #t) port)