X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fextending.tely;h=d75e8c1290092b1f70dd059dcdf2a3da1805d390;hb=155f287175f1ab04c0f4d84e6e472b22f9c2b6c4;hp=5b1455c20f414bbb6e9dbc378f9c9cd4afe07e69;hpb=05eb689d452d54e444e8f980518c47c2c1e067b1;p=lilypond.git diff --git a/Documentation/extending.tely b/Documentation/extending.tely index 5b1455c20f..d75e8c1290 100644 --- a/Documentation/extending.tely +++ b/Documentation/extending.tely @@ -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-extending.info @@ -17,9 +18,14 @@ This file explains how to extend the functionality of LilyPond version @version{}. @end macro -@c `Extending' was born 2003-04-23 with git commit c08f6e8... +@c `Extending' was born 2004-03-07 with this commit: +@c * Documentation/user/changing-defaults.itely (Changing defaults): +@c author: Han-Wen Nienhuys +@c commit: c53d0cabdf9361e448cdd02a338aa5d696f4f466 +@c file: Documentation/user/programming-interface.itely + @macro copyrightDeclare -Copyright @copyright{} 2003--2009 by the authors. +Copyright @copyright{} 2004--2014 by the authors. @end macro @set FDL @@ -45,6 +51,7 @@ Copyright @copyright{} 2003--2009 by the authors. @menu * Scheme tutorial:: Programming inside LilyPond. * Interfaces for programmers:: How to interface with scheme. +* LilyPond Scheme interfaces:: Getting information in and out of music Appendices @@ -58,6 +65,7 @@ Appendices @contents +@allowcodebreaks false @include extending/scheme-tutorial.itely @include extending/programming-interface.itely