From: fred Date: Wed, 27 Mar 2002 00:56:25 +0000 (+0000) Subject: lilypond-1.3.132 X-Git-Tag: release/1.5.59~907 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7207d61eb365ada8e88082cb29582c7f862c51d7;p=lilypond.git lilypond-1.3.132 --- diff --git a/VERSION b/VERSION index 530cea21ba..ab4bed8b3f 100644 --- 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 diff --git a/configure b/configure index 143b7e2aba..84d71f9896 100755 --- 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 diff --git a/lily/include/align-interface.hh b/lily/include/align-interface.hh index 94d60926c0..643bd53175 100644 --- a/lily/include/align-interface.hh +++ b/lily/include/align-interface.hh @@ -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); diff --git a/stepmake/configure b/stepmake/configure index 0655a4f84e..5586f5f36d 100755 --- a/stepmake/configure +++ b/stepmake/configure @@ -1137,7 +1137,7 @@ fi PATHSEP=':' INSTALL="\$(SHELL) \$(stepdir)/../bin/install-dot-exe.sh -c" else - ROOTSEP='/' + ROOTSEP=':' DIRSEP='/' PATHSEP=':' LN=ln