From dcb285fbed2d7ea6d509673d213b9decf45af0d5 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:13:38 +0000 Subject: [PATCH] lilypond-1.1.44 --- Documentation/TODO | 6 ---- Documentation/gnu-music-history | 57 --------------------------------- input/test/rep.ly | 16 --------- 3 files changed, 79 deletions(-) delete mode 100644 Documentation/TODO delete mode 100644 Documentation/gnu-music-history delete mode 100644 input/test/rep.ly diff --git a/Documentation/TODO b/Documentation/TODO deleted file mode 100644 index 7145924b96..0000000000 --- a/Documentation/TODO +++ /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 index 4ed2814108..0000000000 --- a/Documentation/gnu-music-history +++ /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 , David Linn -, Francois Pinard , -Neil Jerram ) and in January '93 Robert Strandh - 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 index c799c7bf16..0000000000 --- a/input/test/rep.ly +++ /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"; -- 2.39.5