]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/devel/contrib-guide.texi
446986d291b45a0f81177e0f41e946b2e327aa3c
[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 @c  Keep this here, since it pertains to the direntry below.
18 @ignore
19 Distributions will want to install lilypond.info in postinstall, doing:
20
21     install-info --info-dir=/usr/share/info out[-www]/lilypond.info
22
23   * Prepend GNU for dir, must be unique.
24
25   * Do not list the `lilypond' node at toplevel, so that `info lilypond'
26     goes to Top.
27
28   * List all commands in direntry.
29
30 @c  * lilypond: (lilypond/lilypond)Running LilyPond.      Invoking the
31 @c    LilyPond  program.
32 @end ignore
33
34
35 @ifnottex
36 @node Top
37 @top GNU LilyPond --- Contributor's Guide
38 @chapheading The music typesetter
39 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
40 @end ifnottex
41
42
43 @ifhtml
44 @ifclear bigpage
45 This document is also available as a
46 @uref{source/Documentation/user/lilypond.pdf,PDF} and as
47 @uref{source/Documentation/user/lilypond-big-page.html,one big page}.
48 @end ifclear
49 @ifset bigpage
50 This document is also available as a
51 @uref{source/Documentation/user/lilypond.pdf,PDF} and as a
52 @uref{source/Documentation/user/lilypond/index.html,HTML indexed multiple pages}.
53 @end ifset
54 @end ifhtml
55
56
57 @iftex
58 @exampleindent 0
59 @finalout
60
61 @titlepage
62 @title LilyPond
63 @subtitle The music typesetter
64 @titlefont{Contributor's Guide}
65 @author The LilyPond development team
66
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
78 @vskip 20pt
79
80 For LilyPond version 
81 @end titlepage
82 @end iftex
83
84 @copying
85 Copyright @copyright{} 1999--2008 by the authors
86
87 @quotation
88 Permission is granted to copy, distribute and/or modify this document
89 under the terms of the GNU Free Documentation License, Version 1.1
90 or any later version published by the Free Software Foundation;
91 with no Invariant Sections.
92 A copy of the license is included in the section entitled ``GNU
93 Free Documentation License''.
94 @end quotation
95 @end copying
96
97 @ifnottex
98 This file documents GNU LilyPond.
99
100 Copyright 1999--2008 by the authors
101
102 @quotation
103 Permission is granted to copy, distribute and/or modify this document
104 under the terms of the GNU Free Documentation License, Version 1.1
105 or any later version published by the Free Software Foundation;
106 with no Invariant Sections.
107 A copy of the license is included in the section entitled ``GNU
108 Free Documentation License''.
109 @end quotation
110 @end ifnottex
111
112 @ifnottex
113 For more information about how this fits with the other
114
115 @cindex web site
116 @cindex URL
117
118 More information can be found at
119 @uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
120 of this and other documentation.
121
122 @menu
123 * Starting with git::
124 * Compiling LilyPond::
125 * Documentation work::
126 * Website work::
127 * LSR work::
128 * Issues::
129 * Programming work::
130 * Release work::
131 @end menu
132 @end ifnottex
133
134 @contents
135
136 @include git-starting.itexi
137 @include compiling.itexi
138 @include doc-work.itexi
139 @include website-work.itexi
140 @include lsr-work.itexi
141 @include issues.itexi
142 @include programming-work.itexi
143 @include release-work.itexi
144
145 @bye
146