]> 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  
5 Here is an attempt at a simple explanation of the directory layout for
6 LilyPond's 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      programmer/                programmers documentation, including a test document
13      topdocs/                   sources for the toplevel files (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      bugs/                      Show bugs
22      no-notation/               Examples or bugs that do not produce output
23      regression/                Various features for regression test
24      tutorial/                  Examples from the tutorial 
25    lily/                        Source code for LilyPond
26      include/
27    ly/                          Standard include files.
28    make/                        LilyPond specific Make subroutine files
29    mf/                          MetaFont sources for the feta font
30    midi2ly/                     midi2ly source code
31      include/
32    mutopia/                     Larger examples with full music pieces.
33      E.Satie/
34      F.Schubert/
35      J.S.Bach/
36    intl/                        library for gettext
37    po/                          translations
38    ports/                       access to mutopia archive
39    ps/                          postscript library files
40    tex/                         TeX library files
41    scm/                         Scheme initialisation and subroutine files
42    scripts/                     User scripts
43    stepmake/                    Generic make subroutine files