2 Here is an attempt at a simple explanation of the directory layout for
3 LilyPond's source files.
6 bibliography/ .bib files with references to books and articles
7 windows/ building on windows
8 pictures/ .xpms of the logo
9 programmer/ programmers documentation, including a test document
10 topdocs/ sources for the toplevel files (README.txt, INSTALL.txt, etc.)
12 buildscripts/ Scripts used during the build process
13 debian/ Files for building .deb packages
14 flower/ A generic library
16 input/ Various input files
17 test/ Test features: one file per feature
19 no-notation/ Examples or bugs that do not produce output
20 regression/ Various features for regression test
21 tutorial/ Examples from the tutorial
22 lily/ Source code for LilyPond
24 ly/ Standard include files.
25 make/ LilyPond specific Make subroutine files
26 mf/ MetaFont sources for the feta font
27 midi2ly/ midi2ly source code
29 mutopia/ Larger examples with full music pieces.
33 intl/ library for gettext
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