]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.24
authorfred <fred>
Wed, 27 Mar 2002 02:04:25 +0000 (02:04 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:04:25 +0000 (02:04 +0000)
scm/lily.scm

index 5f10a15e7c704fa54d1903f59104cfd5ddd80939..0025dacb7ce4e444614284896fb4e220c8a54a51 100644 (file)
@@ -63,7 +63,7 @@
 
 (define (sign x)
   (if (= x 0)
-      1
+      0
       (if (< x 0) -1 1)))
 
 (define (write-me n x)
     (map ly-load
                                        ; load-from-path
         '("output-lib.scm"
-          "sketch.scm"
           "pdf.scm"
           "pdftex.scm"
           "c++.scm"
           "midi.scm"
           )))
 
-
-
-1