]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Doc: CG: add warning about non-sequential reading.
[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
20 This manual is not intended to be read sequentially; new contributors
21 should only read the sections which are relevant to them.  For more
22 information about different jobs, see @rweb{Help us}.
23 @end macro
24
25 @macro copyrightDeclare
26 Copyright @copyright{} 
27 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
28 by the authors.
29 @end macro
30
31 @set FDL
32 @include macros.itexi
33
34
35 @c don't remove this comment.
36 @ignore
37 @omfcreator LilyPond Development Team
38 @omfdescription Contributor's Guide of the LilyPond music engraving system
39 @omftype program usage
40 @omfcategory Applications|Publishing
41 @omflanguage English
42 @end ignore
43
44
45 @lilyTitlePage{Contributor's Guide}
46
47
48 @c TOC -- non-tex
49 @ifnottex
50
51 @menu
52 * Starting with git::
53 * Compiling LilyPond::
54 * Documentation work::
55 * Website work::
56 * LSR work::
57 * Issues::
58 * Regression tests::
59 * Programming work::
60 * Release work::
61
62 Appendices
63
64 * GNU Free Documentation License:: License of this document.
65 @end menu
66
67 @docMain
68 @end ifnottex
69
70 @contents
71
72
73 @include contributor/git-starting.itexi
74 @include contributor/compiling.itexi
75 @include contributor/doc-work.itexi
76 @include contributor/website-work.itexi
77 @include contributor/lsr-work.itexi
78 @include contributor/issues.itexi
79 @include contributor/regressions.itexi
80 @include contributor/programming-work.itexi
81 @include contributor/release-work.itexi
82
83 @include fdl.itexi
84
85 @bye
86