]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Installation): Add
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 27 Jun 2002 09:42:57 +0000 (09:42 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 27 Jun 2002 09:42:57 +0000 (09:42 +0000)
lilypond-devel list.  Add faq about font removal.  Fix faq about
generating and running ./configure.

ChangeLog
Documentation/topdocs/FAQ.texi
NEWS

index aded4a000caf805a4b6c97844112ecc3078cc36c..25548ba528c836e0013572f738850ef4137c91e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-06-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/FAQ.texi (Installation): Add
+       lilypond-devel list.  Add faq about font removal.  Fix faq about
+       generating and running ./configure.
+
 2002-06-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/chord-name.scm (chord::name->text): Workaround: clean markup
index 8c7586f6e12591dc9c4ce6437e998555b4296973..4d367498fe77a954679b5f7b3cee16723b843256 100644 (file)
@@ -31,10 +31,14 @@ FAQs}.  Also, please look in the searchable mailinglist archives:
 @item
 @uref{http://www.mail-archive.com/bug-lilypond@@gnu.org,bug-lilypond}
 @item
+@uref{http://www.mail-archive.com/lilypond-devel@@gnu.org,lilypond-devel}
+@item
 @uref{http://www.mail-archive.com/gnu-music-discuss@@gnu.org,gnu-music-discuss}
 (this is the archive of the `old' mailing list.) 
 @end itemize
 
+Or try the various @uref{http://lilypond.org/search, searching facilities}.
+
 If you are still at loss, send your questions to the @strong{mailing
 list}, and not to authors directly.
 
@@ -43,10 +47,10 @@ list}, and not to authors directly.
 
 @subsection Where is guile, libguileX, guile-config?
 
-RedHat users need to install guile-1.4 and guile-devel-1.4, Debian
+Red Hat users need to install guile-1.4 and guile-devel-1.4, Debian
 users need to get guile1.4, libguile9 and libguile9-dev.
 
-If you're building from source, you need guile 1.3.4 or newer.  Verify
+If you're building from source, you need guile 1.4 or newer.  Verify
 that the correct guile, guile-config, and libguile* in your PATH and
 LD_LIBRARY_PATH (or @file{/etc/ld.so.conf}).
 
@@ -55,12 +59,14 @@ LD_LIBRARY_PATH (or @file{/etc/ld.so.conf}).
 Patches don't include automatically generated files, i.e. 
 @file{configure} and files generated by @file{configure}.  Regenerate them 
 yourself:
+@quotation
 @example 
 
-    autoconf
-    configure
+    ./autogen.sh
+    ./configure
  
 @end example 
+@end quotation 
 
 @subsection I downloaded the windows32 port, and it doesn't match the website!
 
@@ -75,5 +81,11 @@ GhostScript installed.  If you use a different DVI viewer (eg, on
 Windows), check if it will display embedded PostScript.  Don't worry,
 the symbols should appear on the printout.
 
+@subsection I upgraded, and now my symbols are all messed up
+
+We obviously mucked with the fonts in the upgrade.  Remove all
+previous fonts, including the .pk and .tfm fonts in /var/lib/texmf.  A
+script automating this has been included, see
+@file{buildscripts/clean-fonts.sh}.
 
 @bye
diff --git a/NEWS b/NEWS
index fb045f180d210a3ca1f652b8035efedc7107d6d8..a1cb4d1d587201fe762c76bbee489df41a45a305 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,27 +1,28 @@
 
 New features in 1.5
 
-* Simple tablature
+* Simple tablature.
 
 * Many speedups, many slowdowns.
 
-* More extensibility
+* More extensibility.
 
-* Figured bass support
+* Figured bass support.
 
 * Improved beam formatting.
 
 * Improved grace notes.
 
-* Improved accidental handling and formatting
+* Improved accidental handling and formatting.
 
-* Better spacing. Includes subtle details like optical stem spacing.
+* Better spacing.  Includes subtle details like optical stem spacing.
 
-* More ancient notation support: mensural ligatures, porrectuses, more
-shapes.
+* More ancient notation support: mensural ligatures, porrectuses, more shapes.
 
 * Bracket piano pedals.
 
-* Some entry optimizations.
+* Some music entry optimizations.
 
 * Font completely revised and improved.
+
+* Completely rewritten midi input support.
\ No newline at end of file