From 7ae09eb4afe964e81becec3cd35adfe8dbba490e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 21 Feb 2005 17:23:14 +0000 Subject: [PATCH] (Top): oops. --- ChangeLog | 12 ++++++++++++ Documentation/topdocs/INSTALL.texi | 18 ++++++++++-------- Documentation/topdocs/NEWS.tely | 2 +- configure.in | 2 +- ly/engraver-init.ly | 2 +- 5 files changed, 25 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e2ac6678b..88315a29ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-21 Han-Wen Nienhuys + + * Documentation/topdocs/NEWS.tely (Top): oops. + 2005-02-21 Pedro Kroger * input/regression/utf8.ly (portuguese): added a portuguese example @@ -21,8 +25,16 @@ * lily/duration-scheme.cc: bugfix: correct parameters to SCM_ASSERT_TYPE. +2005-02-21 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.5.12 + 2005-02-20 Han-Wen Nienhuys + * ly/engraver-init.ly: set tieWaitForNote to #t by default + + * configure.in (gui_b): bump GUILE requirement to 1.6.5 + * Documentation/topdocs/NEWS.tely: add inputfileref macro. * scm/framework-ps.scm (supplies-or-needs): uniq font name list. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index 59d7f4c3d6..713cdf5585 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -69,19 +69,18 @@ You need the following packages to compile LilyPond: @itemize -@item @uref{http://www.freetype.org/,Freetype} version 2. @item @uref{http://fontforge.sf.net/,FontForge} 20041211 or newer. -@item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.0.33 or +@item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.1.0 or newer), - You will need to install some additional packages to get mftrace to +You will need to install some additional packages to get mftrace to work. -@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer). -If you are installing a binary packages, you may need to install -guile-devel or guile-dev or libguile-dev too. +@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} + (version 1.6.5 or newer). If you are installing a binary packages, +you may need to install guile-devel or guile-dev or libguile-dev too. @item @uref{http://www.gnu.org/software/flex/,Flex} (version 2.5.4a or newer). @@ -123,8 +122,11 @@ GNU LilyPond does use a lot of resources. For operation you need the following software: @itemize @bullet -@item @uref{http://lilypond.org/download/fonts,ec-fonts-mftraced} (version 1.0.5 or newer). -@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer). + +@item @uref{http://www.freetype.org/,Freetype} (version 2) +@item @uref{http://www.pango.org/,Pango} (version 1.6 or newer). +@item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} +(version 1.6.5 or newer). @item @uref{http://www.python.org,Python} (version 2.1 or newer). @item @TeX{}. @item @uref{http://www.ghostscript.com,Ghostscript} (version 8.15 or diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index a8e2038ad8..f8fb58bb87 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -49,7 +49,7 @@ to GhostScript 8.x. @item Separator slashes may be inserted between systems in a score. For an -example, see @inputfileref{input/regression/system-separator.ly}: +example, see @inputfileref{input/regression,system-separator.ly}: @item Locations of errors in the input are now calculated more precisely. diff --git a/configure.in b/configure.in index 8959d684e7..ae9ad055fc 100644 --- a/configure.in +++ b/configure.in @@ -53,7 +53,7 @@ STEPMAKE_GETTEXT STEPMAKE_MSGFMT(REQUIRED) STEPMAKE_TEXMF(REQUIRED) STEPMAKE_TEXMF_DIRS -STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6) +STEPMAKE_GUILE_DEVEL(REQUIRED, 1.6.5) STEPMAKE_KPATHSEA STEPMAKE_MAKEINFO(REQUIRED) STEPMAKE_PYTHON_DEVEL(REQUIRED) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index cd9b2c3f9c..f2df8b5185 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -442,7 +442,7 @@ AncientRemoveEmptyStaffContext = \context { drumStyleTable = #drums-style melismaBusyProperties = #default-melisma-properties - + tieWaitForNote = ##f clefGlyph = #"clefs.G" clefPosition = #-2 middleCPosition = #-6 -- 2.39.5