]> git.donarmstrong.com Git - lilypond.git/blobdiff - ROADMAP
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / ROADMAP
diff --git a/ROADMAP b/ROADMAP
index d4ce13d7a5beefd4989fa0ba1bed29675eaf6d5f..19cfde6806c05326ac612755f30705731401eb57 100644 (file)
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,13 +1,14 @@
+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.
 
    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.)
+     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
@@ -15,6 +16,7 @@ LilyPond's source files.
      include/
    input/                      Various input files
      test/                     Test features: one file per feature
+     mutopia/                   Real examples of music.
      bugs/                     Show bugs
      no-notation/              Examples or bugs that do not produce output
      regression/               Various features for regression test
@@ -22,19 +24,13 @@ LilyPond's source files.
    lily/                       Source code for LilyPond
      include/
    ly/                         Standard include files.
-   make/                       LilyPond specific Make subroutine files
+   make/                       LilyPond specific make subroutine files, spec
+                                 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/
-   intl/                       library for gettext
+   python/                     python MIDI module
    po/                         translations
-   ports/
    ps/                         postscript library files
    tex/                                TeX library files
    scm/                                Scheme initialisation and subroutine files
-   scripts/                    User scripts
+   scripts/                    End-user scripts
    stepmake/                   Generic make subroutine files