]> git.donarmstrong.com Git - lilypond.git/blob - ROADMAP
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / ROADMAP
1 LilyPond development is hosted at http://savannah.gnu.org/projects/lilypond
2
3 Here is a simple explanation of the directory layout for LilyPond's
4 source files.
5
6    Documentation/
7      bibliography/              .bib files with references to books and articles
8      windows/                   building on windows
9      pictures/                  .xpms of the logo
10      topdocs/                   sources for the toplevel files
11                                   (README.txt, INSTALL.txt, etc.)
12      user/                      User manuals
13    buildscripts/                Scripts used during the build process
14    debian/                      Files for building .deb packages
15    flower/                      A generic library
16      include/
17    input/                       Various input files
18      test/                      Test features: one file per feature
19      mutopia/                   Real examples of music.
20      bugs/                      Show bugs
21      no-notation/               Examples or bugs that do not produce output
22      regression/                Various features for regression test
23      tutorial/                  Examples from the tutorial 
24    lily/                        Source code for LilyPond
25      include/
26    ly/                          Standard include files.
27    make/                        LilyPond specific make subroutine files, spec
28                                   files.
29    mf/                          MetaFont sources for the feta font
30    python/                      python MIDI module
31    po/                          translations
32    ps/                          postscript library files
33    tex/                         TeX library files
34    scm/                         Scheme initialisation and subroutine files
35    scripts/                     End-user scripts
36    stepmake/                    Generic make subroutine files