]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
b36db98ce16bd62727eaf856905062461b827450
[lilypond.git] / ROADMAP
1 Prebuilt Documentation and packages are available from:
2
3     http://lilypond.org
4
5 LilyPond development is hosted at:
6
7     http://savannah.gnu.org/projects/lilypond
8
9 Here is a simple explanation of the directory layout for LilyPond's
10 source files.
11
12    .                    Toplevel READMEs, ChangeLog, build bootstrapping,
13                           patches for third party programs
14    Documentation/
15        application/     Source files for Application Usage manual
16        essay/           Academic material and .bib files with references
17                           to books and articles
18        contributor/     Source files for the Contributor's Guide
19        css/             CSS files for documentation in HTML
20        extending/       Source files for the Extending manual
21        included/        Snippets included in manuals
22        learning/        Source files for the Learning Manual
23        logo/            The logo
24        misc/            Old announcements, ChangeLogs and NEWS
25        notation/        Source files for Notation Reference manual
26        pictures/        Pictures and graphics used in the documentation
27        snippets/        Snippets from the LilyPond Snippet Repository
28                           (auto-generated, do not modify!)
29            new/         Snippets which are too new for LSR
30        topdocs/         Sources for the toplevel READMEs
31                           (README.txt, INSTALL.txt etc.)
32        po/              Translations for build and maintenance scripts
33        web/             lilypond.org website (a.k.a. General Information for
34                         offline documentation)
35            ly-examples/ LilyPond examples for the website
36        fr/ es/ de/      Docs translated to French, Spanish, German, resp.
37        ja/ hu/ it/      Docs translated to Japanese, Hungarian, Italian, resp.
38            Every subdirectory of Documentation/ that contains localizable
39            source files may be present in the directory of a translation;
40            in addition, each translation directory may contain a ubsdirectory
41            texidocs/ that contains the translation of snippets texidocs.
42    elisp/               Emacs LilyPond mode and syntax coloring
43    flower/              A simple C++ library
44    input/               Music input examples
45        regression/      Testing of features, one test per file
46    lily/                C++ sources for the LilyPond binary
47    ly/                  System music include files
48    make/                Specific make subroutines
49    mf/                  MetaFont sources for the Emmentaler and Aybabtu fonts
50    po/                  Translations for binaries and end-user scripts
51    ps/                  PostScript library files
52    python/              Python modules, MIDI module
53        auxiliar/        Python modules used by maintenance scripts
54                           or in the build process
55    scm/                 Scheme sources for LilyPond and subroutine files
56    scripts/             End-user scripts
57        auxiliar/        Scripts for maintaining the sources and scripts
58                           for the build process that need not be built
59        build/           Scripts for the build process that must be built
60    stepmake/            Generic make subroutine files
61    tex/                 TeX and texinfo library files
62    vim/                 Vi(M) LilyPond mode and syntax coloring