]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/devel/contrib-guide.texi
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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 @finalout
40
41 @titlepage
42 @title LilyPond
43 @subtitle The music typesetter
44 @titlefont{Contributor's Guide}
45 @author The LilyPond development team
46
47 Copyright @copyright{} 1999--2008 by the authors
48
49 @quotation
50 Permission is granted to copy, distribute and/or modify this document
51 under the terms of the GNU Free Documentation License, Version 1.1
52 or any later version published by the Free Software Foundation;
53 with no Invariant Sections.
54 A copy of the license is included in the section entitled ``GNU
55 Free Documentation License''.
56 @end quotation
57
58 @vskip 20pt
59
60 For LilyPond version
61 @end titlepage
62
63 @copying
64 Copyright @copyright{} 1999--2008 by the authors
65
66 @quotation
67 Permission is granted to copy, distribute and/or modify this document
68 under the terms of the GNU Free Documentation License, Version 1.1
69 or any later version published by the Free Software Foundation;
70 with no Invariant Sections.
71 A copy of the license is included in the section entitled ``GNU
72 Free Documentation License''.
73 @end quotation
74 @end copying
75
76 @ifnottex
77 This file documents contributing to GNU LilyPond.
78
79 Copyright 1999--2008 by the authors
80
81 @quotation
82 Permission is granted to copy, distribute and/or modify this document
83 under the terms of the GNU Free Documentation License, Version 1.1
84 or any later version published by the Free Software Foundation;
85 with no Invariant Sections.
86 A copy of the license is included in the section entitled ``GNU
87 Free Documentation License''.
88 @end quotation
89 @end ifnottex
90
91 @ifnottex
92
93 More information can be found at
94 @uref{http://@/www@/.lilypond@/.org/}.  The website contains
95 on-line copies of this and other documentation.
96
97 @menu
98 * Starting with git::
99 * Compiling from source::
100 * Documentation work::
101 * Website work::
102 * LSR work::
103 * Issues::
104 * Programming work::
105 * Release work::
106 @end menu
107 @end ifnottex
108
109 @contents
110
111 @include git-starting.itexi
112 @include compiling.itexi
113 @include doc-work.itexi
114 @include website-work.itexi
115 @include lsr-work.itexi
116 @include issues.itexi
117 @include programming-work.itexi
118 @include release-work.itexi
119
120 @bye
121