From 7ac59e3b147cf63665414145c9afd558ae234ebd Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:04:25 +0000 Subject: [PATCH] lilypond-1.5.24 --- scm/lily.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scm/lily.scm b/scm/lily.scm index 5f10a15e7c..0025dacb7c 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -63,7 +63,7 @@ (define (sign x) (if (= x 0) - 1 + 0 (if (< x 0) -1 1))) (define (write-me n x) @@ -151,7 +151,6 @@ (map ly-load ; load-from-path '("output-lib.scm" - "sketch.scm" "pdf.scm" "pdftex.scm" "c++.scm" @@ -175,6 +174,3 @@ "midi.scm" ))) - - -1 -- 2.39.2