]> git.donarmstrong.com Git - lilypond.git/blobdiff - ROADMAP
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / ROADMAP
diff --git a/ROADMAP b/ROADMAP
index 0d461ef454bd01232b68c7494bbd8dba338f2ea2..6a691b623710e9c12d65bbf55ce37eebb5af09e7 100644 (file)
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,43 +1,47 @@
+Prebuilt Documentation and packages are available from:
 
-LilyPond development is hosted at http://savannah.gnu.org/projects/lilypond
+    http://lilypond.org
 
+LilyPond development is hosted at:
 
+    http://savannah.gnu.org/projects/lilypond
 
-Here is an attempt at a simple explanation of the directory layout for
-LilyPond's source files.
+Here is a simple explanation of the directory layout for LilyPond's
+source files.
 
+   .                   Toplevel READMEs, ChangeLog, build bootstrapping,
+                       patches for third party programs
    Documentation/
-     bibliography/             .bib files with references to books and articles
-     windows/                  building on windows
-     pictures/                 .xpms of the logo
-     programmer/               programmers documentation, including a test document
-     topdocs/                  sources for the toplevel files (README.txt, INSTALL.txt, etc.)
-     user/                     User manuals
-   buildscripts/               Scripts used during the build process
-   debian/                     Files for building .deb packages
-   flower/                     A generic library
+       bibliography/   .bib files with references to books and articles
+       misc            Old announcements, ChangeLogs and NEWS
+       pictures/       The logo
+       topdocs/                Sources for the toplevel READMEs
+                       (README.txt, INSTALL.txt, NEWS.txt etc.)
+       user/           User manuals
+   buildscripts/       Scripts for the build process
+   cygwin/             Cygwin (Windows) package support
+   debian/             Debian package support
+   elisp/              Emacs LilyPond mode and syntax coloring
+   flower/             A simple c++ library
+       include/
+   input/              Music input examples
+       bugs/           Buggy or problematic notation
+       mutopia/                Real music, more at www.mutopiaproject.org
+       no-notation/    Examples that do not produce output
+       regression/     Testing of features, one test per file
+       test/           Tips and tricks
+       tutorial/       Examples from the tutorial 
+   lily/               C++ sources for LilyPond (lilypond-bin)
      include/
-   input/                      Various input files
-     test/                     Test features: one file per feature
-     bugs/                     Show bugs
-     no-notation/              Examples or bugs that do not produce output
-     regression/               Various features for regression test
-     tutorial/                 Examples from the tutorial 
-   lily/                       Source code for LilyPond
-     include/
-   ly/                         Standard include files.
-   make/                       LilyPond specific Make subroutine files
-   mf/                         MetaFont sources for the feta font
-   midi2ly/                    midi2ly source code
-     include/
-   mutopia/                    Larger examples with full music pieces.
-     E.Satie/
-     F.Schubert/
-     J.S.Bach/
-   po/                         translations
-   ports/                       access to mutopia archive
-   ps/                         postscript library files
-   tex/                                TeX library files
-   scm/                                Scheme initialisation and subroutine files
-   scripts/                    User scripts
-   stepmake/                   Generic make subroutine files
+   ly/                 System music include files
+   make/               Specific make subroutines and packaging for
+                       Red Hat-like distributions (.spec files)
+   mf/                 MetaFont sources for the feta font
+   po/                 Translations
+   ps/                 PostScript library files
+   python/             Python modules, MIDI module
+   scm/                        Scheme sources for LilyPond and subroutine files
+   scripts/            End-user scripts
+   stepmake/           Generic make subroutine files
+   tex/                        TeX library files
+   vim/                        Vi(M) LilyPond mode and syntax coloring