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