1 Prebuilt Documentation and packages are available from:
3 http://www.lilypond.org
5 LilyPond development is hosted at:
7 http://savannah.gnu.org/projects/lilypond
9 Here is a simple explanation of the directory layout for
10 LilyPond's source files.
13 . Toplevel READMEs, ChangeLog,
14 | build bootstrapping, patches
15 | for third party programs
17 |-- Documentation/ Top sources for manuals
20 | | INDIVIDUAL CHAPTERS FOR EACH MANUAL:
22 | |-- contributor/ Contributor's Guide
23 | |-- essay/ Essay on automated music engraving
24 | |-- extending/ Extending
25 | |-- learning/ Learning Manual
26 | |-- notation/ Notation Reference
28 | |-- web/ The website
31 | | TRANSLATED MANUALS:
32 | | Each language's directory can contain...
33 | | 1) translated versions of:
34 | | * top sources for manuals
35 | | * individual chapters for each manual
36 | | 2) a texidocs/ directory for snippet translations
49 | | MISCELLANEOUS DOC STUFF:
51 | |-- css/ CSS files for HTML docs
52 | |-- included/ .ly files used in the manuals
53 | |-- logo/ Web logo and "note" icon
54 | |-- ly-examples/ .ly files for the "Examples" webpage
55 | |-- misc/ Old announcements, ChangeLogs and NEWS
56 | |-- pictures/ Images used (eps/jpg/png/svg)
58 | |-- po/ Translated build/maintenance scripts
59 | |-- snippets/ Auto-generated .ly snippets (from the LSR)
60 | | `-- new/ Snippets too new for the LSR
61 | `-- topdocs/ AUTHORS, INSTALL, README
66 |-- flower/ A simple C++ library
67 |-- lily/ C++ sources for the LilyPond binary
72 |-- ly/ .ly \include files
73 |-- mf/ MetaFont sources for Emmentaler fonts
74 |-- ps/ PostScript library files
75 |-- scm/ Scheme sources for LilyPond and subroutine files
76 |-- tex/ TeX and texinfo library files
81 |-- config/ Autoconf helpers for configure script
82 |-- python/ Python modules, MIDI module
83 | `-- auxiliar/ Python modules for build/maintenance
84 |-- scripts/ End-user scripts (--> lilypond/usr/bin/)
85 | |-- auxiliar/ Maintenance and non-essential build scripts
86 | `-- build/ Essential build scripts
90 | (also see SCRIPTS section above)
92 |-- make/ Specific make subroutine files
93 |-- stepmake/ Generic make subroutine files
99 | `-- regression/ .ly regression tests
100 | |-- abc2ly/ .abc regression tests
101 | |-- lilypond-book/ lilypond-book regression tests
102 | |-- midi/ midi2ly regression tests
103 | `-- musicxml/ .xml and .itexi regression tests
108 |-- elisp/ Emacs LilyPond mode and syntax coloring
109 |-- vim/ Vi(M) LilyPond mode and syntax coloring
110 `-- po/ Translations for binaries and end-user scripts