]> git.donarmstrong.com Git - lilypond.git/commitdiff
(output-classic-framework): start at 1 for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Jun 2006 18:58:04 +0000 (18:58 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 1 Jun 2006 18:58:04 +0000 (18:58 +0000)
system signatures.

ChangeLog
scm/framework-eps.scm
scm/framework-ps.scm

index aa543f9ef33b773e5fb87ac56fc2cddb4477424a..0cd1688b2eec73e5e4f0e781462f36f17f003b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scm/framework-eps.scm (output-classic-framework): start at 1 for
+       system signatures.
+
        * buildscripts/output-distance.py (me_path): use argv[0] for
        sys.path extension
        (ComparisonData.img_cell): use colored borders.
index 930ac51bf1141577bc80a23285adea40203e45d0..2260c00c2eb84df7d30726e5b703abb894fc732b 100644 (file)
@@ -101,7 +101,7 @@ stencil, so LaTeX includegraphics doesn't fuck up the alignment."
   (output-scopes scopes fields basename)
 
   (if (ly:get-option 'dump-signatures)
-      (write-system-signatures basename (ly:paper-book-systems book) 0))
+      (write-system-signatures basename (ly:paper-book-systems book) 1))
   
   (dump-stencils-as-EPSes
    (map paper-system-stencil (ly:paper-book-systems book))
index bf794c3a74d67e81138ad6b8f1b3ea4d1c0097a0..ea450708dee6a1adb46f188b9791a0fe49ae5e34 100644 (file)
         (port (ly:outputter-port outputter)))
 
     (if (ly:get-option 'dump-signatures)
-       (write-system-signatures basename (ly:paper-book-systems book) 0))
+       (write-system-signatures basename (ly:paper-book-systems book) 1))
   
     (output-scopes scopes fields basename)
     (display (file-header paper page-count #t) port)