From 6529a7850e925f0899bf2386a176dedbfbd27bf1 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:12 +0000 Subject: [PATCH] lilypond-0.0.63 --- .version | 2 +- Documentation/lilypond.pod | 23 ++++++++++------------- bin/make_website | 2 +- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.version b/.version index 15ce19b5db..e94c2e0851 100644 --- a/.version +++ b/.version @@ -1,6 +1,6 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 0 -TOPLEVEL_PATCH_LEVEL = 62 +TOPLEVEL_PATCH_LEVEL = 63 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf diff --git a/Documentation/lilypond.pod b/Documentation/lilypond.pod index bd8da80a06..dcbaab0d00 100644 --- a/Documentation/lilypond.pod +++ b/Documentation/lilypond.pod @@ -20,7 +20,6 @@ Typesetting music is a complex task, whereas the message that printed music conveys is usually a simple one. GNU LilyPond is a try at providing a simple interface for setting music. - =head1 OPTIONS =over 5 @@ -93,9 +92,9 @@ multiple stafftypes (melodic, rhythmic) [broken from pl28 on] =item * -beams, slurs, chords, super/subscripts (accents and text), triplets, -general n-plet (triplet, quadruplets, etc.), lyrics, transposition -dynamics (both absolute and hairpin style) +beams, slurs, ties, chords, super/subscripts (accents and text), +triplets, general n-plet (triplet, quadruplets, etc.), lyrics, +transposition dynamics (both absolute and hairpin style) =item * @@ -244,7 +243,7 @@ B an (one) additional directory for finding lilypond data. =over 4 -=item lilygut(?) +=item lilygut On technical details of LilyPond @@ -260,9 +259,7 @@ Goals of the GNU LilyPond project. The GNU LilyPond FAQ list - - -=item http://? +=item http:// The GNU Music project. GNU LilyPond is part of the GNU Music project. For more information on the GNU Music project, @@ -337,8 +334,8 @@ After long and hard thinking, I came up with an algorithm for the horizontal spacing of multiple staffs (april 1996) I coded it (and did not test it). After starting with this fundamental piece, I slowly added the stages which come before spacing, and after. A half year -later later, I had a first working version, (october 1996). I -announced Patchlevel 0.0.7 (or 8) to the mutex list after asking some -technical details on spacing; it was downloaded approximately 4 times. -Then I got the hang of it, and in the subsequent two months, I coded -until it had doubled in size (pl 23). +later, I had a first working version, (october 1996). I announced +Patchlevel 0.0.7 (or 8) to the mutex list after asking some technical +details on spacing; it was downloaded approximately 4 times. Then I +got the hang of it, and in the subsequent two months, I coded until it +had doubled in size (pl 23). diff --git a/bin/make_website b/bin/make_website index 0f9ad202fc..c9fc73dfb4 100755 --- a/bin/make_website +++ b/bin/make_website @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# TODO check ret status of various stuff use FileHandle; +# do something, check return status sub my_system { my (@cmds) = @_; -- 2.39.5