]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Doc: CG: rename working -> source-code.itexi
[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.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
9
10 @setfilename lilypond-contributor.info
11 @settitle LilyPond Contributor's Guide
12 @documentencoding UTF-8
13 @documentlanguage en
14 @afourpaper
15
16 @macro manualIntro
17 This manual documents contributing to LilyPond version
18 @version{}.  It discusses technical issues and policies that
19 contributors should follow.
20
21 This manual is not intended to be read sequentially; new contributors
22 should only read the sections which are relevant to them.  For more
23 information about different jobs, see @rweb{Help us}.
24 @end macro
25
26 @c `Contributor's Guide' was born 2007-09-15 with git commit 48f3356...
27 @macro copyrightDeclare
28 Copyright @copyright{} 2007--2010 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 * Introduction to contributing::
53 * Working with source code::
54 * Compiling LilyPond::
55 * Documentation work::
56 * Website work::
57 * LSR work::
58 * Issues::
59 * Regression tests::
60 * Programming work::
61 * Release work::
62
63 Appendices
64
65 * GNU Free Documentation License:: License of this document.
66 @end menu
67
68 @docMain
69 @end ifnottex
70
71 @contents
72
73
74 @include contributor/introduction.itexi
75 @include contributor/source-code.itexi
76 @include contributor/compiling.itexi
77 @include contributor/doc-work.itexi
78 @include contributor/website-work.itexi
79 @include contributor/lsr-work.itexi
80 @include contributor/issues.itexi
81 @include contributor/regressions.itexi
82 @include contributor/programming-work.itexi
83 @include contributor/release-work.itexi
84
85 @include fdl.itexi
86
87 @bye
88