]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.44
authorfred <fred>
Tue, 26 Mar 2002 22:13:38 +0000 (22:13 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:13:38 +0000 (22:13 +0000)
Documentation/TODO [deleted file]
Documentation/gnu-music-history [deleted file]
input/test/rep.ly [deleted file]

diff --git a/Documentation/TODO b/Documentation/TODO
deleted file mode 100644 (file)
index 7145924..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# Documentation/TODO
-
-       * overview and index of features
-
-       * get rid of pod manpage layout legacy
-
diff --git a/Documentation/gnu-music-history b/Documentation/gnu-music-history
deleted file mode 100644 (file)
index 4ed2814..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-
-=head1 HISTORY 
-
-
-Please note that this all happened when I wasn't around yet.  If you
-think that I am a biased, unfair, predisposed hypocrite, then don't
-bother flaming me;  I already know that.
-
-The GNU Music project is a project which aims to create free software
-for music printing and composing.  It was started in november '92 by a
-core team of four members (Bryan Ford <baford@cs.utah.edu>, David Linn
-<drl@vuse.vanderbilt.edu>, Francois Pinard <pinard@iro.umontreal.ca>,
-Neil Jerram <nj104@cus.cam.ac.uk>) and in January '93 Robert Strandh
-<Robert.Strandh@labri.u-bordeaux.fr> joined.
-
-After serious disputes with Robert Strandh and the FSF staff in '94,
-the project core team got divided. The development efforts of GMP
-stopped.
-
-Independently, I (HWN) started LilyPond. When I showed it to
-RMS, he was very enthousiastic about having LilyPond in the GNU
-project. I subsequently learned about the GNU Music project, and
-contacted them.  
-
-What was left of the GMP (Robert Strandh) and us, LilyPond people,
-agreed that cooperation would be desirable. Although merging of both
-efforts was and is technically infeasible, we did decide that LilyPond
-should also be part of the GNU Music project.
-
-Only later did I discover the previous quarrels about the GMP-"take
-1". To show that I am aware of the history, and to make sure nobody
-gets me wrong or is angry at me because I stole a project or a
-project's name, I wrote this note.
-
-In summary, LilyPond is now the only substantial embodiment of the GNU
-Music Project, and it is part of the GNU project.
-
-For completeness' sake, I will mention the other efforts  here:
-
-=over 4
-
-=item G Sharp, http://dept-info.labri.u-bordeaux.fr/~strandh/Gsharp
-
-An alpha version notation editor for X in Scheme. Source available on
-request from Robert Strandh.
-
-=item GNU music, 
-
-An alpha version of a music editing system with Musictex
-output. Pretest versions of GNU Music (v0.3) can still be obtained from
-Francois Pinard.
-
-=back
-
-This history note is probably biased in some way, because I wrote it.
-The rest of this document is also entirely mine, and is not meant to
-reflect anyone else's opinion.
diff --git a/input/test/rep.ly b/input/test/rep.ly
deleted file mode 100644 (file)
index c799c7b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-\score{
-       <
-                 \context Staff \notes\relative c'{ 
-                         c4 d e f
-                         \repeat 3 { g a b c }
-%                        \alternative { { c b a g } { f e d c } } c c c c
-                         \alternative { { c b a g } { f e d c } { c d e f } }
-                         g g g g
-                         \repeat 2 { c c c c }
-                         \repeat 2 { c c c c }
-                         g g g g
-                 }
-       >
-}
-
-\version "1.0.16";