]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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
14 @macro manualIntro
15 This manual documents contributing to LilyPond version
16 @version{}.  It discusses technical issues and policies that
17 contributors should follow.
18 @end macro
19
20 @include macros.itexi
21
22
23 @c don't remove this comment.
24 @ignore
25 @omfcreator LilyPond Development Team
26 @omfdescription Contributor's Guide of the LilyPond music engraving system
27 @omftype program usage
28 @omfcategory Applications|Publishing
29 @omflanguage English
30 @end ignore
31
32
33 @lilyTitlePage{Contributor's Guide}
34
35
36 @c TOC -- non-tex
37 @ifnottex
38
39 @menu
40 * Starting with git::
41 * Compiling LilyPond::
42 * Documentation work::
43 * Website work::
44 * LSR work::
45 * Issues::
46 * Regression tests::
47 * Programming work::
48 * Release work::
49
50 Appendices
51
52 * GNU Free Documentation License:: License of this document.
53 @end menu
54
55 @docMain
56 @end ifnottex
57
58 @contents
59
60
61 @include contributor/git-starting.itexi
62 @include contributor/compiling.itexi
63 @include contributor/doc-work.itexi
64 @include contributor/website-work.itexi
65 @include contributor/lsr-work.itexi
66 @include contributor/issues.itexi
67 @include contributor/regressions.itexi
68 @include contributor/programming-work.itexi
69 @include contributor/release-work.itexi
70
71 @include fdl.itexi
72
73 @bye
74