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