]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor.texi
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / contributor.texi
index e5077d3f957434a9e8212dbacfefac89406f2501..ac485a3962542293a722728e8e40c9e552530b8b 100644 (file)
@@ -3,7 +3,8 @@
     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
 
     When revising a translation, copy the HEAD committish of the
-    version that you are working on.  See TRANSLATION for details.
+    version that you are working on.  For details, see the Contributors'
+    Guide, node Updating translation committishes..
 @end ignore
 
 @setfilename lilypond-contributor.info
@@ -19,12 +20,17 @@ contributors should follow.
 
 This manual is not intended to be read sequentially; new contributors
 should only read the sections which are relevant to them.  For more
-information about different jobs, see @rweb{Help us}.
+information about different jobs, see @rcontrib{Help us}.
 @end macro
 
-@c `Contributor's Guide' was born 2007-09-15 with git commit 48f3356...
+@c `Contributor’s Guide' was born 2007-09-15 with this commit:
+@c Add developers resources page
+@c author: John Mandereau
+@c commit: 135a5beef5c4cf893d02947cdfcb5bb90c854486
+@c   file: Documentation/devel.html.in
+
 @macro copyrightDeclare
-Copyright @copyright{} 2007--2009 by the authors.
+Copyright @copyright{} 2007--2015 by the authors.
 @end macro
 
 @set FDL
@@ -49,8 +55,9 @@ Copyright @copyright{} 2007--2009 by the authors.
 
 @menu
 * Introduction to contributing::
-* Starting with git::
-* Compiling LilyPond::
+* Quick start::
+* Working with source code::
+* Compiling::
 * Documentation work::
 * Website work::
 * LSR work::
@@ -58,9 +65,13 @@ Copyright @copyright{} 2007--2009 by the authors.
 * Regression tests::
 * Programming work::
 * Release work::
+* Build system notes::
+* Modifying the Emmentaler font::
+* Administrative policies::
 
 Appendices
 
+* LilyPond grammar::
 * GNU Free Documentation License:: License of this document.
 @end menu
 
@@ -69,9 +80,11 @@ Appendices
 
 @contents
 
+@allowcodebreaks false
 
 @include contributor/introduction.itexi
-@include contributor/git-starting.itexi
+@include contributor/quick-start.itexi
+@include contributor/source-code.itexi
 @include contributor/compiling.itexi
 @include contributor/doc-work.itexi
 @include contributor/website-work.itexi
@@ -80,8 +93,18 @@ Appendices
 @include contributor/regressions.itexi
 @include contributor/programming-work.itexi
 @include contributor/release-work.itexi
+@include contributor/build-notes.itexi
+@include contributor/emmentaler-font.itexi
+@include contributor/administration.itexi
+
+@node LilyPond grammar
+@appendix LilyPond grammar
+
+This appendix contains a description of the LilyPond grammar, as
+output from the parser.
+
+@verbatiminclude ly-grammar.txt
 
 @include fdl.itexi
 
 @bye
-