=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
=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
:
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
=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
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
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><<!bla>$MAILADRESS</a>></address>
<p>" . `date` . "
-<p></font>\n";
+<p></font>";
}
}
}
-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");
}
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;