X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor.texi;h=f7dc2dd6e817d29ca1403c9fcf8cc145b6cbf2c8;hb=dbd5303d22165bb103b3b19721b3c2b166523b37;hp=8e12964ec6d5526f8ab2fc941b91d917a1bf9c0d;hpb=aa8523e4fa16352a1708065e447aac65426d82a4;p=lilypond.git diff --git a/Documentation/contributor.texi b/Documentation/contributor.texi index 8e12964ec6..f7dc2dd6e8 100644 --- a/Documentation/contributor.texi +++ b/Documentation/contributor.texi @@ -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 @@ -16,12 +17,15 @@ This manual documents contributing to LilyPond version @version{}. It discusses technical issues and policies that 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}. @end macro +@c `Contributor's Guide' was born 2007-09-15 with git commit 48f3356... @macro copyrightDeclare -Copyright @copyright{} -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -by the authors. +Copyright @copyright{} 2007--2014 by the authors. @end macro @set FDL @@ -45,8 +49,10 @@ by the authors. @ifnottex @menu -* Starting with git:: -* Compiling LilyPond:: +* Introduction to contributing:: +* Quick start:: +* Working with source code:: +* Compiling:: * Documentation work:: * Website work:: * LSR work:: @@ -54,9 +60,13 @@ by the authors. * Regression tests:: * Programming work:: * Release work:: +* Build system notes:: +* Modifying the feta font:: +* Administrative policies:: Appendices +* LilyPond grammar:: * GNU Free Documentation License:: License of this document. @end menu @@ -65,8 +75,11 @@ Appendices @contents +@allowcodebreaks false -@include contributor/git-starting.itexi +@include contributor/introduction.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 @@ -75,8 +88,18 @@ Appendices @include contributor/regressions.itexi @include contributor/programming-work.itexi @include contributor/release-work.itexi +@include contributor/build-notes.itexi +@include contributor/feta-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 -