lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make all fails: scm/page-layout.scm


From: Nicolas Sceaux
Subject: make all fails: scm/page-layout.scm
Date: Sun, 12 Sep 2004 15:36:19 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

page-layout.scm is a bit hard to read, but it seems that the following
patch might correct the problem:

Index: scm/page-layout.scm
===================================================================
RCS file: /cvsroot/lilypond/lilypond/scm/page-layout.scm,v
retrieving revision 1.49
diff -u -r1.49 page-layout.scm
--- scm/page-layout.scm 12 Sep 2004 12:39:32 -0000      1.49
+++ scm/page-layout.scm 12 Sep 2004 13:28:27 -0000
@@ -351,7 +351,7 @@
                          "\nres" (cdr result)
                          "\npositions" positions "\n"))))
      
-     (cons force positions)))
+     (cons force positions))
   
   (define (walk-paths done-lines best-paths current-lines  last? current-best)
     "Return the best optimal-page-break-node that contains





reply via email to

[Prev in Thread] Current Thread [Next in Thread]