From 29524db3c21ded71e6a795e7d8480904ad82d37f Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 2 Sep 2003 10:36:24 +0000 Subject: [PATCH] * Documentation/bibliography/computer-notation.bib (isbn): add phd theses of Gieseking and Renz. * GNUmakefile.in (README_FILES): remove README.mandrake. --- ChangeLog | 9 +++++++++ .../bibliography/computer-notation.bib | 19 +++++++++++++++++++ Documentation/topdocs/README.texi | 16 +++++++--------- GNUmakefile.in | 2 +- 4 files changed, 36 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5e35998a60..68fbea0940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-09-02 Han-Wen Nienhuys + + * Documentation/bibliography/computer-notation.bib (isbn): add phd + theses of Gieseking and Renz. + + * GNUmakefile.in (README_FILES): remove README.mandrake. + 2003-09-01 Heikki Junes * buildscripts/lilypond.words.py: add file. Creates lilypond.words @@ -15,6 +22,8 @@ 2003-08-31 Han-Wen Nienhuys + * VERSION: 1.9.4 released + * scripts/convert-ly.py (FatalConversionError.figures_replace): rule for < > <-> << >> substitution diff --git a/Documentation/bibliography/computer-notation.bib b/Documentation/bibliography/computer-notation.bib index c5ec851682..2bf2ddb58f 100644 --- a/Documentation/bibliography/computer-notation.bib +++ b/Documentation/bibliography/computer-notation.bib @@ -755,3 +755,22 @@ implementation simplicity.} } note = {A "How Steven uses Finale" manual.} } + +@PhdThesis{gieseking01:_code_gener_noten, + author = {Martin Gieseking}, + title = {Code-basierte Generierung interaktiver Notengraphik + +}, + school = {Universit\"at Osnabr\"uck}, + year = 2001, +isbn = {ISBN 3-923486-30-8} +} + + +@PhdThesis{renz02:_algor_guido, + author = {Kai Renz}, + title = {Algorithms and data structures for a music notation system based on GUIDO music notation}, + school = {Universit\"at Darmstadt}, + year = 2002 +} + diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index 287777b48f..0c40c8f4f2 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -42,7 +42,7 @@ NOTE: If you downloaded a binary (@file{.rpm}) or use the Cygwin @section Documentation The documentation is available online at -@uref{http://www.lilypond.org/Documentation/out-www/index.html}. +@uref{http://www.lilypond.org/doc/v1.9/Documentation/out-www/}. You can also build it locally: follow the instructions under `Building documentation' in the installation instructions. @@ -50,8 +50,7 @@ documentation' in the installation instructions. @section Comments -LilyPond is a long way from finished so we appreciate your criticism, -comments, bugreports, patches, etc. Please send them to the mailing +Send your criticism, comments, bugreports, patches, etc. to the mailing list, not to us personally. @html @@ -62,7 +61,7 @@ We have the following mailing lists: @itemize @bullet @item @uref{http://mail.gnu.org/mailman/listinfo/info-lilypond,info-lilypond@@gnu.org} -is a low-volume list for information on the GNU Music project. +is a low-volume list for information on LilyPond project. This list is moderated; ask @email{drl@@gnu.org, David R. Linn} or @email{hanwen@@cs.uu.nl, Han-Wen} to send announcements for this @@ -70,13 +69,13 @@ list. @item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-devel,lilypond-devel@@gnu.org} - for discussions about developing lilypond, in particular the unstable series. + for discussions about developing LilyPond, in particular the unstable series. @item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-user,lilypond-user@@gnu.org} - for discussions about using lilypond, in particular the stable series. + for discussions about using LilyPond, in particular the stable series. @item @uref{http://mail.gnu.org/mailman/listinfo/bug-lilypond,bug-lilypond@@gnu.org} -for bugrepots; if you have one, you should send it to this list. +for sending bugreports. @item @uref{http://mail.gnu.org/mailman/listinfo/lilypond-cvs,lilypond-cvs@@gnu.org} for commit messages in CVS development. This is a high-volume moderated @@ -99,8 +98,7 @@ a script to do this for you is left @section Bugs Send bug reports to @email{bug-lilypond@@gnu.org}. For help and -questions use @email{lilypond-user@@gnu.org}. Please consult the -documentation before mailing your problems. +questions use @email{lilypond-user@@gnu.org}. @bye diff --git a/GNUmakefile.in b/GNUmakefile.in index 8a6e3f1f22..d3ca336098 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -17,7 +17,7 @@ SUBDIRS = buildscripts python scripts \ # SCRIPTS = configure aclocal.m4 autogen.sh -README_FILES = ChangeLog COPYING DEDICATION README.mandrake ROADMAP THANKS +README_FILES = ChangeLog COPYING DEDICATION ROADMAP THANKS README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt NEWS.txt IN_FILES := $(wildcard *.in) EXTRA_DIST_FILES = $(wildcard *.el) lilypond.vim vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES) emacsclient.patch server.el.patch darwin.patch .cvsignore lexer-gcc-3.1.sh lilypond.words -- 2.39.5