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