From: Jan Nieuwenhuizen Date: Thu, 27 Jun 2002 09:42:57 +0000 (+0000) Subject: (Installation): Add X-Git-Tag: release/1.5.64~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d344b501f017b9f3370b642e430dcb6384e5fbf;p=lilypond.git (Installation): Add lilypond-devel list. Add faq about font removal. Fix faq about generating and running ./configure. --- diff --git a/ChangeLog b/ChangeLog index aded4a000c..25548ba528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-06-27 Jan Nieuwenhuizen + + * 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 * scm/chord-name.scm (chord::name->text): Workaround: clean markup diff --git a/Documentation/topdocs/FAQ.texi b/Documentation/topdocs/FAQ.texi index 8c7586f6e1..4d367498fe 100644 --- a/Documentation/topdocs/FAQ.texi +++ b/Documentation/topdocs/FAQ.texi @@ -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 fb045f180d..a1cb4d1d58 100644 --- 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