summaryrefslogtreecommitdiff
path: root/ROADMAP
blob: ffe13dba44942139604e77202dff3da0c10772b3 (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
44
45
46
47
48
Prebuilt Documentation and packages are available from:

    http://lilypond.org

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.

   .			Toplevel READMEs, ChangeLog, build bootstrapping,
			patches for third party programs
   Documentation/
       bibliography/	.bib files with references to books and articles
       misc		Old announcements, ChangeLogs and NEWS
       pictures/	The logo
       topdocs/		Sources for the toplevel READMEs
		  	(README.txt, INSTALL.txt, NEWS.txt etc.)
       user/		User manuals
   buildscripts/	Scripts for the build process
   cygwin/		Cygwin (Windows) package support
   debian/		Debian package support
   elisp/		Emacs LilyPond mode and syntax coloring
   flower/		A simple c++ library
       include/
   input/		Music input examples
       bugs/		Buggy or problematic notation
       mutopia/		Real music, more at www.mutopiaproject.org
       no-notation/	Examples that do not produce output
       regression/	Testing of [all] features, one test per file
       templates/	Boilerplates for typical music layouts
       test/		Tips and tricks
       tutorial/	Examples from the tutorial 
   lily/		C++ sources for LilyPond (lilypond-bin)
     include/
   ly/			System music include files
   make/		Specific make subroutines and packaging for
			Red Hat-like distributions (.spec files)
   mf/			MetaFont sources for the feta font
   po/			Translations
   ps/			PostScript library files
   python/		Python modules, MIDI module
   scm/			Scheme sources for LilyPond and subroutine files
   scripts/		End-user scripts
   stepmake/		Generic make subroutine files
   tex/			TeX library files
   vim/			Vi(M) LilyPond mode and syntax coloring