]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.63
authorfred <fred>
Sun, 24 Mar 2002 19:43:12 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:12 +0000 (19:43 +0000)
.version
Documentation/lilypond.pod
bin/make_website

index 15ce19b5db368a6e68a46aa4885ee1f04e9cdac2..e94c2e0851105fcb269b6df7558b47392c9b6daa 100644 (file)
--- 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
 
index bd8da80a06d375d7cab48c9a1609436883d9a1a3..dcbaab0d00a8c73189e7b06d7505560c35d11795 100644 (file)
@@ -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<LILYINCLUDE> 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).
index 0f9ad202fc803b1e39db9fc5d3342be2969851e8..c9fc73dfb4a3fe21b3dad61ef5f6ffdb8ed5dcfb 100755 (executable)
@@ -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) = @_;