]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
Update ROADMAP
[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        extending/       Source files for the Extending manual
20        learning/        Source files for the Learning Manual
21        logo/            The logo
22        misc/            Old announcements, ChangeLogs and NEWS
23        notation/        Source files for Notation Reference manual
24        pictures/        Pictures and graphics used in the documentation
25        snippets/        Snippets from the LilyPond Snippet Repository
26                           (auto-generated, do not modify!)
27            new/         Snippets which are too new for LSR
28        topdocs/         Sources for the toplevel READMEs
29                           (README.txt, INSTALL.txt etc.)
30        po/              Translations for build and maintenance scripts
31        web/             lilypond.org website (a.k.a. General Information for
32                         offline documentation)
33            ly-examples/ LilyPond examples for the website
34        fr/ es/ de/      Docs translated to French, Spanish, German, resp.
35        ja/ hu/ it/      Docs translated to Japanese, Hungarian, Italian, resp.
36            Every subdirectory of Documentation/ that contains localizable
37            source files may be present in the directory of a translation;
38            in addition, each translation directory may contain a ubsdirectory
39            texidocs/ that contains the translation of snippets texidocs.
40    elisp/               Emacs LilyPond mode and syntax coloring
41    flower/              A simple C++ library
42    input/               Music input examples
43        regression/      Testing of features, one test per file
44    lily/                C++ sources for the LilyPond binary
45    ly/                  System music include files
46    make/                Specific make subroutines
47    mf/                  MetaFont sources for the Emmentaler and Aybabtu fonts
48    po/                  Translations for binaries and end-user scripts
49    ps/                  PostScript library files
50    python/              Python modules, MIDI module
51        auxiliar/        Python modules used by maintenance scripts
52                           or in the build process
53    scm/                 Scheme sources for LilyPond and subroutine files
54    scripts/             End-user scripts
55        auxiliar/        Scripts for maintaining the sources and scripts
56                           for the build process that need not be built
57        build/           Scripts for the build process that must be built
58    stepmake/            Generic make subroutine files
59    tex/                 TeX and texinfo library files
60    vim/                 Vi(M) LilyPond mode and syntax coloring