From: fred Date: Sun, 24 Mar 2002 19:44:11 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4679 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=67991f8b1855dc1e02e5cc60b4845bece8f423db;p=lilypond.git lilypond-0.0.65 --- diff --git a/Documentation/lilyliterature.pod b/Documentation/lilyliterature.pod index 5ca92764bb..98f71e631e 100644 --- a/Documentation/lilyliterature.pod +++ b/Documentation/lilyliterature.pod @@ -5,6 +5,8 @@ Lily literature -- reading on music engraving =head1 DESCRIPTION A list of resources on music printing/writing and engraving. +Please note that don't have access to most material (except a library +copy of Chlapik) =head2 References @@ -40,6 +42,10 @@ New York. [This is as close to the ``standard'' reference work for music notation issues as one is likely to get.] +The University of Colorado Music Engraving page. +http://www.cc.colorado.edu/cgi-bin/mfs/01/Dept/Musicpress/Welcome.html + +More on GNU Music: http://www.u-bordeaux.fr/~strandh =head2 Further reading diff --git a/configure b/configure index 73ea61d323..9db40e5757 100755 --- a/configure +++ b/configure @@ -1649,6 +1649,8 @@ sed 's/TOPLEVEL_//g' < .version > lily/.version (cd lily; CXX="$ac_cv_prog_CXX" ../bin/make_version > out/version.hh ) +$MAKE -f make/Toplevel.make.in Makefile + cat << END Finished configuring. For making everything, do: @@ -1663,6 +1665,10 @@ assuming that \`make' is GNU make, of course. If you want to make site-wide extensions to the makefiles, please use make/out/Site.make + +If you can't find a toplevel makefile, please execute + + make -f make/Toplevel.make.in Makefile # GNU make, of course END