]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.66
authorfred <fred>
Sun, 24 Mar 2002 19:44:50 +0000 (19:44 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:44:50 +0000 (19:44 +0000)
Documentation/INSTALL.pod
Documentation/faq.pod
lily/score-elem.cc

index cd096c78181da68af09436df7cae0abf7dc9c8dd..000411ef181e061af7a076ddf8e29d36a0ad369b 100644 (file)
@@ -23,10 +23,10 @@ For compilation you need.
 
 =item *
 
-Unix. GNU LilyPond is known to run on Linux, AIX, Digital Unix and
-Solaris
+A Unix system with GNU tools. GNU LilyPond is known to run on Linux,
+AIX, Digital Unix and Solaris.
 
-If you have the Cygnus WIN32 port of the GNU utils, it will
+If you have the Cygnus WINDOWS32 port of the GNU utils, it will
 even work in Lose NT/95, but don't promise to support it.
 
 =item *
@@ -59,6 +59,7 @@ Perl.  Most scripts are written in Perl. The documentation was created
 with the perl's Plain Old Documentation.
 
 =item *
+
 (GNU) find
 
 =back
@@ -258,7 +259,7 @@ F<Variables.make>
 
 Windows NT:
 
-you need the cygnus win32 gnu port development stuff; have a look
+you need the cygnus windows32 gnu port development stuff; have a look
 at http://www.cygnus.com/gnu-win32.
 
 to make GNU LilyPond under, brr, aargh, well, simply type:
@@ -270,9 +271,14 @@ to make GNU LilyPond under, brr, aargh, well, simply type:
 
 GNU LilyPond (pl 0.0.39) is known to compile on the following platforms:
 
+Unix:
+
        * linux 2.0.x, g++ 2.7.2[.1]
        * aix 4.1, g++ 2.7.2
-       * windows-nt 4.0, cygnus gnu-win32 beta17.1 (~=g++ 2.7.2)
+
+Other:
+
+       * windows-nt 4.0, cygnus gnu-windows32 beta17.1 (~=g++ 2.7.2)
        * linux 2.0.28 X to doze, gcc-go32 (~=g++ 2.7.2) [exec. untested]
 
 =head1 AUTHORS
index 395a411fa2b50040936d00777c3813dd0cc238cf..2935fe4a02af9b6e04f0378f20eb8df324f78e62 100644 (file)
@@ -106,6 +106,8 @@ manner in which Request (the basic building blocks of mudela) are
 translated into printable items is complex: it is not always possible
 to associate one Request with one Item or Spanner.
 
+As a further notice, we want to move away from TeX (and perhaps
+output PostScript or render to an X window too)
 
 =head2 Miscellaneous
 
@@ -194,7 +196,7 @@ LD_LIBRARY_PATH to a directory containing F<libflower.so>
 
 Q: I want a DOS/NT/W95 port.
 
-A.0: Reconsider.  Try Linux.  It's fun!
+A.0: Reconsider.  Try Linux/GNU.  It's fun!
 
 A.1: Currently (patchlevel 27), GNU LilyPond (and flowerLib) compiles, links
 and runs on windhoos-nt, using the cygnus gnu port (release b17.1). 
index 218a8a7842d80930aad23e43f49ecfa2be6f837e..11ce7936aaaef79e7d6bc1591504237f2fd9acc8 100644 (file)
@@ -340,6 +340,9 @@ Score_elem::handle_broken_dependencies()
     remove_us_arr.uniq();
     for (int i=0;  i <remove_us_arr.size(); i++)
        remove_dependency(remove_us_arr[i]);
+
+    if (status < BROKEN)
+       status = BROKEN;
 }