Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / ROADMAP
blobc027bec55e2bcd89c9761289fa46f54dd1d5fbe3
1 Prebuilt Documentation and packages are available from:
3     http://lilypond.org
5 LilyPond development is hosted at:
7     http://savannah.gnu.org/projects/lilypond
9 Here is a simple explanation of the directory layout for LilyPond's
10 source files.
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    elisp/               Emacs LilyPond mode and syntax coloring
24    flower/              A simple C++ library
25    input/               Music input examples
26        lsr/             Snippets from the LilyPond Snippet Repository
27                           (auto-generated, do not modify!)
28        manual/          Examples from the manual
29        mutopia/         Real music, more at www.mutopiaproject.org
30        new/             Snippets which are too new for LSR
31        regression/      Testing of features, one test per file
32        texidocs/        Translations of texidoc and doctitle fields
33                           (for input/lsr)
34        tutorial/        Examples from the tutorial 
35    lily/                C++ sources for the LilyPond binary
36    ly/                  System music include files
37    make/                Specific make subroutines and packaging for
38                           Red Hat-like distributions (.spec files)
39    mf/                  MetaFont sources for the Emmentaler and Aybabtu fonts
40    po/                  Translations for binaries and end-user scripts
41    ps/                  PostScript library files
42    python/              Python modules, MIDI module
43        auxiliar/        Python modules used by maintenance scripts
44                           or in the build process
45    scm/                 Scheme sources for LilyPond and subroutine files
46    scripts/             End-user scripts
47        auxiliar/        Scripts for maintaining the sources and scripts
48                           for the build process that need not be built
49        build/           Scripts for the build process that must be built
50    stepmake/            Generic make subroutine files
51    tex/                 TeX and texinfo library files
52    vim/                 Vi(M) LilyPond mode and syntax coloring