X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcontributor.texi;h=77b562ee5a9348c6b9c9f3f71e80c51d6259d09f;hb=3ffcf790abf9f64ebc1c471b0648eed5837570c8;hp=4cc96c144006eb47e8f1d9286eb1224b696b4d72;hpb=53b664c69fe5438cd07dc820c9d5b0d113ec2042;p=lilypond.git diff --git a/Documentation/contributor.texi b/Documentation/contributor.texi index 4cc96c1440..77b562ee5a 100644 --- a/Documentation/contributor.texi +++ b/Documentation/contributor.texi @@ -3,20 +3,37 @@ 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 @settitle LilyPond Contributor's Guide @documentencoding UTF-8 @documentlanguage en +@afourpaper @macro manualIntro -This manual documents contributing to GNU LilyPond version +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 @rcontrib{Help us}. +@end macro + +@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--2015 by the authors. @end macro +@set FDL @include macros.itexi @@ -30,15 +47,17 @@ contributors should follow. @end ignore -@lilyTitlePage{Learning Manual} +@lilyTitlePage{Contributor's Guide} @c TOC -- non-tex @ifnottex @menu -* Starting with git:: -* Compiling LilyPond:: +* Introduction to contributing:: +* Quick start:: +* Working with source code:: +* Compiling:: * Documentation work:: * Website work:: * LSR work:: @@ -46,6 +65,14 @@ contributors should follow. * 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 @docMain @@ -53,8 +80,11 @@ contributors should follow. @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 @@ -63,6 +93,18 @@ contributors should follow. @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 -@bye +@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