]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Doc build: move @afourpaper into individual manuals.
[lilypond.git] / Documentation / contributor.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @setfilename lilypond-contributor.info
10 @settitle LilyPond Contributor's Guide
11 @documentencoding UTF-8
12 @documentlanguage en
13 @afourpaper
14
15 @macro manualIntro
16 This manual documents contributing to LilyPond version
17 @version{}.  It discusses technical issues and policies that
18 contributors should follow.
19 @end macro
20
21 @include macros.itexi
22
23
24 @c don't remove this comment.
25 @ignore
26 @omfcreator LilyPond Development Team
27 @omfdescription Contributor's Guide of the LilyPond music engraving system
28 @omftype program usage
29 @omfcategory Applications|Publishing
30 @omflanguage English
31 @end ignore
32
33
34 @lilyTitlePage{Contributor's Guide}
35
36
37 @c TOC -- non-tex
38 @ifnottex
39
40 @menu
41 * Starting with git::
42 * Compiling LilyPond::
43 * Documentation work::
44 * Website work::
45 * LSR work::
46 * Issues::
47 * Regression tests::
48 * Programming work::
49 * Release work::
50
51 Appendices
52
53 * GNU Free Documentation License:: License of this document.
54 @end menu
55
56 @docMain
57 @end ifnottex
58
59 @contents
60
61
62 @include contributor/git-starting.itexi
63 @include contributor/compiling.itexi
64 @include contributor/doc-work.itexi
65 @include contributor/website-work.itexi
66 @include contributor/lsr-work.itexi
67 @include contributor/issues.itexi
68 @include contributor/regressions.itexi
69 @include contributor/programming-work.itexi
70 @include contributor/release-work.itexi
71
72 @include fdl.itexi
73
74 @bye
75