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