]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
Merge branch 'master' 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        bibliography/    .bib files with references to books and articles
16        misc/            Old announcements, ChangeLogs and NEWS
17        pictures/        The logo
18        topdocs/         Sources for the toplevel READMEs
19                           (README.txt, INSTALL.txt, NEWS.txt etc.)
20        user/            User manuals
21        po/              Translated manual node names
22        fr/ es/ de/      Docs translated to French, Spanish, German, resp.
23    buildscripts/        Scripts for the build process
24    elisp/               Emacs LilyPond mode and syntax coloring
25    flower/              A simple C++ library
26    input/               Music input examples
27        lsr/             Snippets from the LilyPond Snippet Repository
28                           (auto-generated, do not modify!)
29        manual/          Examples from the manual
30        mutopia/         Real music, more at www.mutopiaproject.org
31        new/             Snippets which are too new for LSR
32        regression/      Testing of features, one test per file
33        texidocs/        Translations of texidoc and doctitle fields
34                           (for input/lsr)
35        tutorial/        Examples from the tutorial 
36    lily/                C++ sources for the LilyPond binary
37    ly/                  System music include files
38    make/                Specific make subroutines and packaging for
39                           Red Hat-like distributions (.spec files)
40    mf/                  MetaFont sources for the Emmentaler and Aybabtu fonts
41    po/                  Translations for binaries and end-user scripts
42    ps/                  PostScript library files
43    python/              Python modules, MIDI module
44    scm/                 Scheme sources for LilyPond and subroutine files
45    scripts/             End-user scripts
46    stepmake/            Generic make subroutine files
47    tex/                 TeX and texinfo library files
48    vim/                 Vi(M) LilyPond mode and syntax coloring