X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fextending.tely;h=3a65c0d30b9e31fea905b9162cf639883b427a68;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=bb985e2c360b2ec010babc1310cae6dbde01677b;hpb=193cb7a76b5dd0c8fe236a9b95cd6ef11f044328;p=lilypond.git diff --git a/Documentation/extending.tely b/Documentation/extending.tely index bb985e2c36..3a65c0d30b 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,10 +18,9 @@ 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... @macro copyrightDeclare -Copyright @copyright{} -1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 -by the authors. +Copyright @copyright{} 2003--2014 by the authors. @end macro @set FDL @@ -46,6 +46,7 @@ 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 @@ -59,6 +60,7 @@ Appendices @contents +@allowcodebreaks false @include extending/scheme-tutorial.itely @include extending/programming-interface.itely