]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/devel/contrib-guide.texi
d2af888142f626e6ae2c842cc203c23ef4dea9a8
[lilypond.git] / Documentation / devel / contrib-guide.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 @setfilename contrib-guide.info
9 @settitle GNU LilyPond Contributor's Guide
10 @documentencoding UTF-8
11 @documentlanguage en
12
13 @include macros.itexi
14
15 @afourpaper
16
17 @ifnottex
18 @node Top
19 @top GNU LilyPond --- Contributor's Guide
20 @chapheading The music typesetter
21 @end ifnottex
22
23
24 @ifhtml
25 @ifclear bigpage
26 This document is also available as a
27 @uref{source/Documentation/devel/contrib-guide.pdf,PDF} and as
28 @c FIXME: update @uref{} stuff.
29 @uref{source/Documentation/devel/,one big page}.
30 @end ifclear
31 @ifset bigpage
32 This document is also available as a
33 @uref{source/Documentation/devel/contrib-guide.pdf,PDF} and as a
34 @uref{source/Documentation/devel/contrib-guide/index.html,HTML indexed multiple pages}.
35 @end ifset
36 @end ifhtml
37
38
39 @iftex
40 @exampleindent 0
41 @finalout
42
43 @titlepage
44 @title LilyPond
45 @subtitle The music typesetter
46 @titlefont{Contributor's Guide}
47 @author The LilyPond development team
48
49 Copyright @copyright{} 1999--2008 by the authors
50
51 @quotation
52 Permission is granted to copy, distribute and/or modify this document
53 under the terms of the GNU Free Documentation License, Version 1.1
54 or any later version published by the Free Software Foundation;
55 with no Invariant Sections.
56 A copy of the license is included in the section entitled ``GNU
57 Free Documentation License''.
58 @end quotation
59
60 @vskip 20pt
61
62 For LilyPond version
63 @end titlepage
64 @end iftex
65
66 @copying
67 Copyright @copyright{} 1999--2008 by the authors
68
69 @quotation
70 Permission is granted to copy, distribute and/or modify this document
71 under the terms of the GNU Free Documentation License, Version 1.1
72 or any later version published by the Free Software Foundation;
73 with no Invariant Sections.
74 A copy of the license is included in the section entitled ``GNU
75 Free Documentation License''.
76 @end quotation
77 @end copying
78
79 @ifnottex
80 This file documents contributing to GNU LilyPond.
81
82 Copyright 1999--2008 by the authors
83
84 @quotation
85 Permission is granted to copy, distribute and/or modify this document
86 under the terms of the GNU Free Documentation License, Version 1.1
87 or any later version published by the Free Software Foundation;
88 with no Invariant Sections.
89 A copy of the license is included in the section entitled ``GNU
90 Free Documentation License''.
91 @end quotation
92 @end ifnottex
93
94 @ifnottex
95
96 More information can be found at
97 @uref{http://@/www@/.lilypond@/.org/}.  The website contains
98 on-line copies of this and other documentation.
99
100 @menu
101 * Starting with git::
102 * Compiling LilyPond::
103 * Documentation work::
104 * Website work::
105 * LSR work::
106 * Issues::
107 * Regression tests::
108 * Programming work::
109 * Release work::
110 @end menu
111 @end ifnottex
112
113 @contents
114
115 @include git-starting.itexi
116 @include compiling.itexi
117 @include doc-work.itexi
118 @include website-work.itexi
119 @include lsr-work.itexi
120 @include issues.itexi
121 @include regressions.itexi
122 @include programming-work.itexi
123 @include release-work.itexi
124
125 @bye
126