]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[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        bibliography/    .bib files with references to books and articles
17        contributor/     Source files for the Contribotor's Guide
18        learning/        Source files for the Learning Manual
19        misc/            Old announcements, ChangeLogs and NEWS
20        notation/        Source files for Notation Reference manual
21        pictures/        The logo
22        snippets/        Snippets from the LilyPond Snippet Repository
23                           (auto-generated, do not modify!)
24            new/         Snippets which are too new for LSR
25        topdocs/         Sources for the toplevel READMEs
26                           (README.txt, INSTALL.txt etc.)
27        user/            User manuals
28        po/              Translated manual node names
29        fr/ es/ de/      Docs translated to French, Spanish, German, resp.
30        ja/              Docs translated to Japanese
31    elisp/               Emacs LilyPond mode and syntax coloring
32    flower/              A simple C++ library
33    input/               Music input examples
34        manual/          Examples from the manual
35        mutopia/         Real music, more at www.mutopiaproject.org
36        regression/      Testing of features, one test per file
37        tutorial/        Examples from the tutorial 
38    lily/                C++ sources for the LilyPond binary
39    ly/                  System music include files
40    make/                Specific make subroutines and packaging for
41                           Red Hat-like distributions (.spec files)
42    mf/                  MetaFont sources for the Emmentaler and Aybabtu fonts
43    po/                  Translations for binaries and end-user scripts
44    ps/                  PostScript library files
45    python/              Python modules, MIDI module
46        auxiliar/        Python modules used by maintenance scripts
47                           or in the build process
48    scm/                 Scheme sources for LilyPond and subroutine files
49    scripts/             End-user scripts
50        auxiliar/        Scripts for maintaining the sources and scripts
51                           for the build process that need not be built
52        build/           Scripts for the build process that must be built
53    stepmake/            Generic make subroutine files
54    tex/                 TeX and texinfo library files
55    vim/                 Vi(M) LilyPond mode and syntax coloring