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