2 LilyPond development is hosted at http://savannah.gnu.org/projects/lilypond
5 Here is an attempt at a simple explanation of the directory layout for
6 LilyPond's source files.
9 bibliography/ .bib files with references to books and articles
10 windows/ building on windows
11 pictures/ .xpms of the logo
12 programmer/ programmers documentation, including a test document
13 topdocs/ sources for the toplevel files (README.txt, INSTALL.txt, etc.)
15 buildscripts/ Scripts used during the build process
16 debian/ Files for building .deb packages
17 flower/ A generic library
19 input/ Various input files
20 test/ Test features: one file per feature
22 no-notation/ Examples or bugs that do not produce output
23 regression/ Various features for regression test
24 tutorial/ Examples from the tutorial
25 lily/ Source code for LilyPond
27 ly/ Standard include files.
28 make/ LilyPond specific Make subroutine files
29 mf/ MetaFont sources for the feta font
30 midi2ly/ midi2ly source code
32 mutopia/ Larger examples with full music pieces.
36 intl/ library for gettext
38 ports/ access to mutopia archive
39 ps/ postscript library files
40 tex/ TeX library files
41 scm/ Scheme initialisation and subroutine files
43 stepmake/ Generic make subroutine files