]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/extending.tely
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / Documentation / extending.tely
index 5b1455c20f414bbb6e9dbc378f9c9cd4afe07e69..3a65c0d30b9e31fea905b9162cf639883b427a68 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-extending.info
@@ -19,7 +20,7 @@ LilyPond version @version{}.
 
 @c `Extending' was born 2003-04-23 with git commit c08f6e8...
 @macro copyrightDeclare
-Copyright @copyright{} 2003--2009 by the authors.
+Copyright @copyright{} 2003--2014 by the authors.
 @end macro
 
 @set FDL
@@ -45,6 +46,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 +60,7 @@ Appendices
 
 @contents
 
+@allowcodebreaks false
 
 @include extending/scheme-tutorial.itely
 @include extending/programming-interface.itely