]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
* ROADMAP: Remove test stuff.
[lilypond.git] / ROADMAP
1 LilyPond development is hosted at:
2
3     http://savannah.gnu.org/projects/lilypond
4
5 Here is a simple explanation of the directory layout for LilyPond's
6 source files.
7
8    Documentation/
9      bibliography/              .bib files with references to books and articles
10      windows/                   building on windows
11      pictures/                  .xpms of the logo
12      topdocs/                   sources for the toplevel files
13                                   (README.txt, INSTALL.txt, etc.)
14      user/                      User manuals
15    buildscripts/                Scripts used during the build process
16    debian/                      Files for building .deb packages
17    flower/                      A generic library
18      include/
19    input/                       Various input files
20      test/                      Test features: one file per feature
21      mutopia/                   Real examples of music.
22      bugs/                      Show bugs
23      no-notation/               Examples or bugs that do not produce output
24      regression/                Various features for regression test
25      tutorial/                  Examples from the tutorial 
26    lily/                        Source code for LilyPond
27      include/
28    ly/                          Standard include files.
29    make/                        LilyPond specific make subroutine files, spec
30                                   files.
31    mf/                          MetaFont sources for the feta font
32    python/                      python MIDI module
33    po/                          translations
34    ps/                          postscript library files
35    tex/                         TeX library files
36    scm/                         Scheme initialisation and subroutine files
37    scripts/                     End-user scripts
38    stepmake/                    Generic make subroutine files