]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.132
authorfred <fred>
Wed, 27 Mar 2002 00:56:25 +0000 (00:56 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:56:25 +0000 (00:56 +0000)
VERSION
configure
lily/include/align-interface.hh
stepmake/configure

diff --git a/VERSION b/VERSION
index 530cea21ba838aeee3384c32d9b3a6e094e3aa36..ab4bed8b3f0cecac44a5ebb79710b46f28cef247 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
-PATCH_LEVEL=131
+PATCH_LEVEL=132
 MY_PATCH_LEVEL=
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
index 143b7e2aba017a861cdb3dffa6fc80664d6baddd..84d71f989695311716824d81da4b2ff919c9c020 100755 (executable)
--- a/configure
+++ b/configure
@@ -1151,7 +1151,7 @@ fi
        PATHSEP=':'
        INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
     else
-       ROOTSEP='/'
+       ROOTSEP=':'
        DIRSEP='/'
        PATHSEP=':'
        LN=ln
index 94d60926c031ba95fe7b5e10250a2648615405d8..643bd531751c77ea2b80ea5811c4ed77cd92d6a4 100644 (file)
@@ -18,7 +18,7 @@ struct Align_interface {
   DECLARE_SCHEME_CALLBACK(alignment_callback, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK(fixed_distance_alignment_callback, (SCM element, SCM axis));
   static void align_to_fixed_distance (Grob*,Axis a);
-  static void align_to_extents (Grob*,Axis a);
+  static void align_elements_to_extents (Grob*,Axis a);
   static void set_axis (Grob*,Axis);
   static Axis axis (Grob*) ;
   static void add_element (Grob*,Grob*, SCM callback);
index 0655a4f84e2816fff5d45ec9ee0ecc92c6984142..5586f5f36dc0a7441458bb4725dc330173c173f8 100755 (executable)
@@ -1137,7 +1137,7 @@ fi
        PATHSEP=':'
        INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c"
     else
-       ROOTSEP='/'
+       ROOTSEP=':'
        DIRSEP='/'
        PATHSEP=':'
        LN=ln