]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/contributor.texi
Merge branch 'master' into lilypond/translation
[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 @macro copyrightDeclare
22 Copyright @copyright{} 
23 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
24 by the authors.
25 @end macro
26
27 @set FDL
28 @include macros.itexi
29
30
31 @c don't remove this comment.
32 @ignore
33 @omfcreator LilyPond Development Team
34 @omfdescription Contributor's Guide of the LilyPond music engraving system
35 @omftype program usage
36 @omfcategory Applications|Publishing
37 @omflanguage English
38 @end ignore
39
40
41 @lilyTitlePage{Contributor's Guide}
42
43
44 @c TOC -- non-tex
45 @ifnottex
46
47 @menu
48 * Starting with git::
49 * Compiling LilyPond::
50 * Documentation work::
51 * Website work::
52 * LSR work::
53 * Issues::
54 * Regression tests::
55 * Programming work::
56 * Release work::
57
58 Appendices
59
60 * GNU Free Documentation License:: License of this document.
61 @end menu
62
63 @docMain
64 @end ifnottex
65
66 @contents
67
68
69 @include contributor/git-starting.itexi
70 @include contributor/compiling.itexi
71 @include contributor/doc-work.itexi
72 @include contributor/website-work.itexi
73 @include contributor/lsr-work.itexi
74 @include contributor/issues.itexi
75 @include contributor/regressions.itexi
76 @include contributor/programming-work.itexi
77 @include contributor/release-work.itexi
78
79 @include fdl.itexi
80
81 @bye
82