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

index ef26b32fd367f7903e7ae5519a837dc37974cafd..cd096c78181da68af09436df7cae0abf7dc9c8dd 100644 (file)
@@ -215,6 +215,35 @@ clef symbol has changed position in recent versions of MusixTeX)
 
 =back
 
+At this time, GNU LilyPond output looks nice, but is not of production
+quality. If you're not discouraged; this is what I type in my xterm:
+
+       lilypond someinput.ly
+       tex lelie.tex
+       xdvi test&
+
+This is what the output looks like over here:
+
+       hw:~/musix/spacer$ GNU LilyPond 0.0.60 #8/FlowerLib 1.1.14 #2
+       Parsing ... [./input/kortjakje.ly[lots of stuff]]
+       Setting up requests...Processing requests ...[8][16][24][25]
+       Preprocessing elements... 
+       Calculating column positions ... [3][7][12][16][20][25]
+       Postprocessing elements...
+       TeX output to lelie.tex ...
+
+       hw:~/musix/spacer$ tex lelie
+       This is TeX, Version 3.14159 (C version 6.1)
+       (lelie.tex
+       Hyphenation patterns for english, dutch, german, loaded.
+       (/home/hw/lib/texmf/tex/lilypond/lilyponddefs.tex) [1] )
+       Output written on lelie.dvi (1 page, 8944 bytes).
+       Transcript written on lelie.log.
+
+       hw:~/musix/spacer$ xdvi lelie&
+       [1] 855
+
+Check out the input files, some of them have comments
 Please refer to the man page for more information.
 
 =head1 REDHAT LINUX
index dcbaab0d00a8c73189e7b06d7505560c35d11795..46b2fcc581c87ef6080b4c9e2dc37bb9557e24db 100644 (file)
@@ -148,36 +148,6 @@ coding C++
 
 =head1 EXAMPLES
 
-At this time, GNU LilyPond output looks nice, but is not of production
-quality. If you're not discouraged; this is what I type in my xterm:
-
-       lilypond someinput.ly
-       tex lelie.tex
-       xdvi test&
-
-This is what the output looks like over here:
-
-       hw:~/musix/spacer$ GNU LilyPond 0.0.60 #8/FlowerLib 1.1.14 #2
-       Parsing ... [./input/kortjakje.ly[lots of stuff]]
-       Setting up requests...Processing requests ...[8][16][24][25]
-       Preprocessing elements... 
-       Calculating column positions ... [3][7][12][16][20][25]
-       Postprocessing elements...
-       TeX output to lelie.tex ...
-
-       hw:~/musix/spacer$ tex lelie
-       This is TeX, Version 3.14159 (C version 6.1)
-       (lelie.tex
-       Hyphenation patterns for english, dutch, german, loaded.
-       (/home/hw/lib/texmf/tex/lilypond/lilyponddefs.tex) [1] )
-       Output written on lelie.dvi (1 page, 8944 bytes).
-       Transcript written on lelie.log.
-
-       hw:~/musix/spacer$ xdvi lelie&
-       [1] 855
-
-Check out the input files, some of them have comments
-
 
 =head1 PROBLEMS
 
@@ -212,14 +182,14 @@ trace is
          :
 
 Than it would help if you send a dump of the Interval and the Item
-(use: C<print *this> or use GNU LilyPond C<print()> methods).
+(use: C<print *this> or use LilyPond C<print()> methods).
 
 =back
 
-Bug reports should be directed to
+Bug reports should be directed to:
 bug-gnu-music@vuse.vanderbilt.edu. In any case, they should contain a
-description of the problem, an small input file which reproduces it
-(if applicable), lilypond version and a description of the platform.
+description of the problem, a small input file which reproduces it (if
+applicable), the lilypond version and a description of the platform.
 
 
 =head1 FILES
@@ -266,10 +236,9 @@ project. For more information on the GNU Music project,
 
 =item http://www.stack.nl/~hanwen/lilypond/index.html
 
-GNU LilyPond has her own webpage at
-This webpage contains
-the MIDI, GIF and PS files for some standard music files. It also has
-the complete LilyPond documentation
+GNU LilyPond has her own webpage.  This webpage contains the MIDI, GIF
+and PS files for some standard music files. It also has the complete
+LilyPond documentation
 
 
 =back
@@ -308,8 +277,12 @@ For discussions concerning the GNU Music project, to subscribe: send
 mail with subject "subscribe" to
 gnu-music-discuss-request@vuse.vanderbilt.edu,
 
+
 =back
 
+Announces of new versions will be sent to info-gnu-music and
+gnu-music-discuss.
+
 =head1  REMARKS
 
 GNU LilyPond has no connection with the music package Rosegarden, other
index 9586d88598c60a9d1e036585586df165bf27fcee..ce8c6bb7936407ecbfd0538dd462eaa2b95a30f3 100755 (executable)
@@ -34,13 +34,13 @@ sub set_html_footer
     my $username=$pw[6];
 
     $footstr = 
-       "\n<hr>
-<font size=-2>
+       "\n<hr>Please take me <a href=index.html>back to the index</a>\n<hr>
+<font size=-1>
 This page was generated by <code>make_website</code> from lilypond-$lily_version by
 <p>
 <address><br>$username <a href=mailto:$MAILADRESS>&lt<!bla>$MAILADRESS</a>&gt</address>
 <p>" . `date` . "
-<p></font>\n";
+<p></font>";
 }
     
 
@@ -57,26 +57,6 @@ sub my_system
     }
 }
 
-sub set_hrefs
-{
-    while (<HTMLIN>) {
-       s#href=([A-Za-z.]+)#href=$base/$1#g;
-       print HTMLOUT $_;
-    }
-}
-
-sub all_refs
-{
-    print "resetting refs.\n";
-
-    foreach $a (<*.html>)
-    {
-       rename $a, "$a~";
-       open HTMLIN, "$a~";
-       open HTMLOUT, ">$a";
-       set_hrefs;
-    }
-}
 
 local $base="lilypond/";
 local @examples=("wohltemperirt" ,"standchen", "scsii-menuetto", "rhythm", "collisions");
@@ -175,9 +155,10 @@ sub edit_html
 
        }
        close H;
-       
-       
-       $file =~ s/$sep/$footstr$sep/g ;
+
+       my $subst =  $footstr;
+       $subst .= $back if (! $a =~ /index.html/ );
+       $file =~ s/$sep/$subst$sep/g ;
        
        open H, ">$a";
        print H $mw_id;