From ec6a3a61e4813b3d6a8657a76304d4ae4be50dd7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:44:38 +0000 Subject: [PATCH] lilypond-0.0.65 --- Documentation/INSTALL.pod | 29 ++++++++++++++++++++++ Documentation/lilypond.pod | 49 +++++++++----------------------------- bin/make_website | 33 ++++++------------------- 3 files changed, 47 insertions(+), 64 deletions(-) diff --git a/Documentation/INSTALL.pod b/Documentation/INSTALL.pod index ef26b32fd3..cd096c7818 100644 --- a/Documentation/INSTALL.pod +++ b/Documentation/INSTALL.pod @@ -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 diff --git a/Documentation/lilypond.pod b/Documentation/lilypond.pod index dcbaab0d00..46b2fcc581 100644 --- a/Documentation/lilypond.pod +++ b/Documentation/lilypond.pod @@ -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 or use GNU LilyPond C methods). +(use: C or use LilyPond C 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 diff --git a/bin/make_website b/bin/make_website index 9586d88598..ce8c6bb793 100755 --- a/bin/make_website +++ b/bin/make_website @@ -34,13 +34,13 @@ sub set_html_footer my $username=$pw[6]; $footstr = - "\n
- + "\n
Please take me back to the index\n
+ This page was generated by make_website from lilypond-$lily_version by


$username <$MAILADRESS>

" . `date` . " -

\n"; +

"; } @@ -57,26 +57,6 @@ sub my_system } } -sub set_hrefs -{ - while () { - 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; -- 2.39.5