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