From: fred Date: Sun, 24 Mar 2002 19:58:08 +0000 (+0000) Subject: lilypond-0.1.15 X-Git-Tag: release/1.5.59~3864 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=78c630cfe317296b973145bbdfc25843c02e4a5d;p=lilypond.git lilypond-0.1.15 --- diff --git a/Documentation/index.pod b/Documentation/index.pod index 767db76fe2..c9c213623a 100644 --- a/Documentation/index.pod +++ b/Documentation/index.pod @@ -23,6 +23,12 @@ examples of what LilyPond can do: MIDI, PS, .gif and input. +=head2 NEWS! + +This is what the latest version brings: + +top_of_NEWS + =head2 Documentation: Introduction =over 4 diff --git a/VERSION b/VERSION index b32b21946e..e7f388b506 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 1 -TOPLEVEL_PATCH_LEVEL = 14 +TOPLEVEL_PATCH_LEVEL = 15 # use to send patches, always empty for released version: TOPLEVEL_MY_PATCH_LEVEL = diff --git a/bin/make-website.in b/bin/make-website.in index 98b49fd31d..7f25e76d9f 100644 --- a/bin/make-website.in +++ b/bin/make-website.in @@ -221,9 +221,35 @@ sub copy_txt_file if (! $f =~ /.txt$/) { $d = "$f.txt"; } - print $f, $d; + print, $d; } +sub top_of_NEWS +{ + open NEWS, "NEWS.txt"; + input_record_separator NEWS "****"; + $desc = ; + chop ($desc); + close NEWS; + + return $desc; +} + +sub edit_index +{ + $ton = top_of_NEWS(); + $ton = "\n\n$ton\n\n"; + open INDEX, "index.html"; + input_record_separator NEWS undef; + $index = ; + close INDEX; + $index =~ s/top_of_NEWS/$ton/; + open INDEX, ">index.html"; + print INDEX $index; + close INDEX; +} + + sub copy_files { print "copying files\n"; @@ -302,6 +328,7 @@ sub main gen_html; copy_files; + if (! $opt_noexamples) { gen_examples; gen_list; @@ -310,6 +337,7 @@ sub main set_images; edit_html; + edit_index; docxx_update; do_tar; } diff --git a/make/lilypond.lsm b/make/lilypond.lsm index d554febe9e..4d819522c0 100644 --- a/make/lilypond.lsm +++ b/make/lilypond.lsm @@ -1,7 +1,7 @@ Begin3 Title: LilyPond -Version: 0.1.14 -Entered-date: 14SEP97 +Version: 0.1.15 +Entered-date: 17SEP97 Description: LilyPond is the GNU Project music typesetter. This program converts music definition files into visual or auditive output: it can typeset formatted @@ -14,8 +14,8 @@ Author: hanwen@stack.nl (Han-Wen Nienhuys) jan@digicash.com (Jan Nieuwenhuizen) Maintained-by: hanwen@stack.nl (Han-Wen Nienhuys) Primary-site: sunsite.unc.edu /pub/Linux/apps - 395k lilypond-0.1.14.tar.gz + 395k lilypond-0.1.15.tar.gz Original-site: pcnov095.win.tue.nl /pub/lilypond/ - 395k lilypond-0.1.14.tar.gz + 395k lilypond-0.1.15.tar.gz Copying-policy: GPL End diff --git a/make/lilypond.spec b/make/lilypond.spec index 4717e5d444..f848370fdf 100644 --- a/make/lilypond.spec +++ b/make/lilypond.spec @@ -1,9 +1,9 @@ Name: lilypond -Version: 0.1.14 +Version: 0.1.15 Release: 1 Copyright: GPL Group: Applications/Publishing -Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.1.14.tar.gz +Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.1.15.tar.gz Summary: A preprocessor to make TeX typeset music. URL: http://www.stack.nl/~hanwen/lilypond Packager: Han-Wen Nienhuys @@ -28,8 +28,8 @@ strip lily/out/lilypond mi2mu/out/mi2mu make -C Documentation gifs make prefix="$RPM_BUILD_ROOT/usr" install %files -%doc Documentation/out/AUTHORS.text Documentation/out/CodingStyle.text Documentation/out/INSTALL.text Documentation/out/MANIFESTO.text Documentation/out/convert-mudela.text Documentation/out/faq.text Documentation/out/gnu-music.text Documentation/out/index.text Documentation/out/internals.text Documentation/out/language.text Documentation/out/lilypond.text Documentation/out/links.text Documentation/out/literature.text Documentation/out/mi2mu.text Documentation/out/mudela-book.text Documentation/out/mutopia.text Documentation/out/other-packages.text BUGS TODO NEWS DEDICATION ANNOUNCE README -%doc input/abbrev.ly input/beams.ly input/cadenza.ly input/collisions.ly input/coriolan-alto.ly input/gallina.ly input/gallina.tex input/header.ly input/keys.ly input/kortjakje.ly input/multi.ly input/pedal.ly input/rhythm.ly input/scales.ly input/scripts.ly input/scsii-menuetto.ly input/scsii-menuetto.tex input/slurs.ly input/standchen-16.tex input/standchen-20.tex input/standchen.ly input/toccata-fuga-E.ly input/twinkle-pop.ly input/twinkle.ly input/wtk1-fugue1.ly input/wtk1-fugue2.ly input/wtk1-prelude1.ly Documentation/mudela-course.doc Documentation/mudela-man.doc +%doc Documentation/out/AUTHORS.text Documentation/out/CodingStyle.text Documentation/out/INSTALL.text Documentation/out/MANIFESTO.text Documentation/out/convert-mudela.text Documentation/out/faq.text Documentation/out/gnu-music.text Documentation/out/index.text Documentation/out/internals.text Documentation/out/language.text Documentation/out/lilypond.text Documentation/out/links.text Documentation/out/literature.text Documentation/out/mi2mu.text Documentation/out/mudela-book.text Documentation/out/mutopia.text Documentation/out/other-packages.text BUGS TODO NEWS DEDICATION ANNOUNCE README +%doc input/abbrev.ly input/beams.ly input/cadenza.ly input/collisions.ly input/coriolan-alto.ly input/font.ly input/gallina.ly input/gallina.tex input/header.ly input/keys.ly input/kortjakje.ly input/multi.ly input/pedal.ly input/rhythm.ly input/scales.ly input/scripts.ly input/scsii-menuetto.ly input/scsii-menuetto.tex input/slurs.ly input/standchen-16.tex input/standchen-20.tex input/standchen.ly input/toccata-fuga-E.ly input/twinkle-pop.ly input/twinkle.ly input/wtk1-fugue1.ly input/wtk1-fugue2.ly input/wtk1-prelude1.ly Documentation/mudela-course.doc Documentation/mudela-man.doc %doc Documentation/out/lelie_logo.gif /usr/bin/convert-mudela /usr/bin/mudela-book