]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Top): remove libkpathsea notes.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 27 Jan 2006 14:37:37 +0000 (14:37 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 27 Jan 2006 14:37:37 +0000 (14:37 +0000)
ChangeLog
Documentation/topdocs/INSTALL.texi
Documentation/topdocs/NEWS.tely
lily/note-spacing.cc
scm/define-grobs.scm

index 0e4e425b7c1d99ed10de0cf468f6d8a1421a61a6..61637154c5e0d134225869a8f5350df2dca0b69f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
+2006-01-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/INSTALL.texi (Top): remove libkpathsea notes.
+
 2006-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Fix -DSTRING_UTILS_INLINED.
 
 2006-01-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION (PATCH_LEVEL): release 2.7.29
+
        * lily/relocate.cc (setup_paths): mingw uses std string too.
 
        * lily/*.cc: various fixes for substr(ARG).
index c6081cd744b1afc48372252c77e2617fa7a7e7c5..a0326a266864fa72b34d30d0cdc0d160560f2a6d 100644 (file)
@@ -293,22 +293,6 @@ $ make
 @end example
 @end quotation
 
-@subsection Linking to kpathsea
-
-If kpathsea and the corresponding header files are installed in some
-directory where GCC does not search by default, for example in
-@file{/usr/local/lib/} and @file{/usr/local/include/} respectively,
-you have to explicitly tell configure where to find it.  To do this
-
-@itemize
-@item @code{rm config.cache}
-@item @code{export LDFLAGS=-L/usr/share/texmf/lib}
-@item @code{export CPPFLAGS=-I/usr/share/texmf/include}
-@item @code{./configure}
-@end itemize
-Once configure has found them, the paths are stored in
-@file{config.make} and will be used even if you don't have the
-environment variables set during make.
 
 
 @unnumberedsubsec Gcc-3.0.4
index 0174d438d5d01d853b04e5746b4c5e3fdfce25f2..90048cfd4fffaca19c516f6f25b2359624ebcf87 100644 (file)
@@ -348,15 +348,15 @@ or down, depending on the number of stems in the beam.
 
 @item
 Support for figured bass has been rewritten. Now it supports
-continuation lines, slashed figures, and its figures, brackets, and alignments may
-tuned separately.
+continuation lines, slashed figures, and its figures, brackets, and
+alignments may tuned separately.
 
 @lilypond[raggedright,fragment]
 <<
-\relative { c4 c c c }
-\figures {
-  \set useBassFigureExtenders = ##t
-  <6+ 4 3> <6 4 3> <4 3+> <5/ 7/\+>
+  \relative { c4 c c c }
+  \figures {
+    \set useBassFigureExtenders = ##t
+    <6+ 4 3> <6 4 3> <4 3+> <5/ 7/\+>
 } >>
 @end lilypond
 
index c04ac2bee34a4a17e9406ba74de72d7b08a5a669..d42d7ced160a9a348addacd109ed61009aa9f7f0 100644 (file)
@@ -76,7 +76,12 @@ Note_spacing::get_spacing (Grob *me, Item *right_col,
                first note head will be.
              */
              if (g)
-               left_head_wid = g->extent (it_col, X_AXIS);
+               {
+                 if (g->common_refpoint (it_col, X_AXIS) != it_col)
+                   programming_error ("Note_spacing::get_spacing(): Common refpoint incorrect");
+                 else
+                   left_head_wid = g->extent (it_col, X_AXIS);
+               }
            }
 
          extents[d].unite (it->extent (it_col, X_AXIS));
index 2284709184233e8e4eb2bd47aef7b7355cc8cd8a..6a871d11cd55075aac9a5b51599f6a7d7de43647 100644 (file)
 
     (RepeatSlash
      . (
-
        (stencil . ,Percent_repeat_item_interface::beat_slash)
-
        (thickness . 0.48)
        (slope . 1.7)
        (meta . ((class . Item)