]> 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
6 Here is an attempt at a simple explanation of the directory layout for
7 LilyPond's source files.
8
9    Documentation/
10      bibliography/              .bib files with references to books and articles
11      windows/                   building on windows
12      pictures/                  .xpms of the logo
13      programmer/                programmers documentation, including a test document
14      topdocs/                   sources for the toplevel files (README.txt, INSTALL.txt, etc.)
15      user/                      User manuals
16    buildscripts/                Scripts used during the build process
17    debian/                      Files for building .deb packages
18    flower/                      A generic library
19      include/
20    input/                       Various input files
21      test/                      Test features: one file per feature
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
30    mf/                          MetaFont sources for the feta font
31    midi2ly/                     midi2ly source code
32      include/
33    mutopia/                     Larger examples with full music pieces.
34      E.Satie/
35      F.Schubert/
36      J.S.Bach/
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