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