]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Docs: abstract title page setup into a macro.
[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 GNU 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{Learning Manual}
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 @end menu
50
51 @docMain
52 @end ifnottex
53
54 @contents
55
56
57 @include contributor/git-starting.itexi
58 @include contributor/compiling.itexi
59 @include contributor/doc-work.itexi
60 @include contributor/website-work.itexi
61 @include contributor/lsr-work.itexi
62 @include contributor/issues.itexi
63 @include contributor/regressions.itexi
64 @include contributor/programming-work.itexi
65 @include contributor/release-work.itexi
66
67 @bye
68