blob: 2ea0635d8b983331b9e12246cd89aa6d9abf52d2 (
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
|
LilyPond development is hosted at:
http://savannah.gnu.org/projects/lilypond
Here is 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
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
mutopia/ Real examples of music.
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, spec
files.
mf/ MetaFont sources for the feta font
python/ python MIDI module
po/ translations
ps/ postscript library files
tex/ TeX library files
scm/ Scheme initialisation and subroutine files
scripts/ End-user scripts
stepmake/ Generic make subroutine files
|