]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:44:11 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:11 +0000 (19:44 +0000)
Documentation/lilyliterature.pod
configure

index 5ca92764bb341ed09feff07742f4a6d9d3ecdab7..98f71e631e6940e334deccc9e2952d642df9b690 100644 (file)
@@ -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
 
index 73ea61d3231a913ef6877cab1f33e3b57828b850..9db40e5757a0664d541167a1b4db236b0d4e00b5 100755 (executable)
--- 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