On Thursday, 11 May 2000, Christian Mondrup writes:
> Han-Wen Nienhuys wrote:
> > 
> > .49 should fix most of the coredumps lily generates (the ones from
> > Dimension_cache::common_refpoint () ). 
> >
> > Enjoy!
> 
> Sure - but the joy isn't there before the above code has been commented
> out in Documentation/faq.texi:-) Make dies due to non-matching
> parentheses

Apply this patch

Jan.


Generated by [EMAIL PROTECTED],
>From = lilypond-1.3.49, To = lilypond-1.3.49.jcn1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.49.jcn1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -urN ../lilypond-1.3.49/CHANGES ./CHANGES
--- ../lilypond-1.3.49/CHANGES  Thu May 11 16:31:37 2000
+++ ./CHANGES   Thu May 11 19:01:14 2000
@@ -1,3 +1,8 @@
+1.3.49.jcn1
+==========
+
+* Made silly faq.texi fixes (time to get my verbatim patch in :-)
+
 1.3.48.uu1
 ==========
 
diff -urN ../lilypond-1.3.49/Documentation/faq.texi ./Documentation/faq.texi
--- ../lilypond-1.3.49/Documentation/faq.texi   Wed May 10 12:09:10 2000
+++ ./Documentation/faq.texi    Thu May 11 19:51:29 2000
@@ -313,12 +313,12 @@
 Theoretically, yes but it is easier to do with TeX:
 
 @example
-\def\foo{\hbox{\vrule width 15.0cm height 0.5pt depth 0.0pt}
+\def\foo@{\hbox@{\vrule width 15.0cm height 0.5pt depth 0.0pt@}
 \nointerlineskip
-\vskip 5pt\nointerlineskip}
-\def\musicline{\vbox {
+\vskip 5pt\nointerlineskip@}
+\def\musicline@{\vbox @{
      \foo\foo\foo\foo\foo
-}\par}
+@}\par@}
 
 \musicline
 \musicline
diff -urN ../lilypond-1.3.49/VERSION ./VERSION
--- ../lilypond-1.3.49/VERSION  Thu May 11 16:36:14 2000
+++ ./VERSION   Thu May 11 19:00:18 2000
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=49
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.3.49/config.hh.in ./config.hh.in
--- ../lilypond-1.3.49/config.hh.in     Thu May 11 15:10:55 2000
+++ ./config.hh.in      Thu May 11 19:00:26 2000
@@ -24,9 +24,6 @@
 /* define if you have isinf */
 #define HAVE_ISINF 0
 
-/* define if you have isinf */
-#define HAVE_ISINF 0
-
 /* define if explicit instantiation is needed */
 #undef NEED_EXPLICIT_INSTANTIATION
 

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to