Remove unused prototype in score.hh.
[lilypond/mpolesky.git] / Documentation / extending.tely
blob2b3e7b28ddbd35d90e2bd0881ddf9e5a46eb5612
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  For details, see the Contributors'
7     Guide, node Updating translation committishes..
8 @end ignore
10 @setfilename lilypond-extending.info
11 @settitle Extending LilyPond
12 @documentencoding UTF-8
13 @documentlanguage en
14 @afourpaper
16 @macro manualIntro
17 This file explains how to extend the functionality of
18 LilyPond version @version{}.
19 @end macro
21 @c `Extending' was born 2003-04-23 with git commit c08f6e8...
22 @macro copyrightDeclare
23 Copyright @copyright{} 2003--2010 by the authors.
24 @end macro
26 @set FDL
27 @include macros.itexi
30 @c don't remove this comment.
31 @ignore
32 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
33 @omfdescription Programming extensions for the LilyPond music engraving system
34 @omftype program usage
35 @omfcategory Applications|Publishing
36 @omflanguage English
37 @end ignore
40 @lilyTitlePage{Extending}
43 @c TOC -- non-tex
44 @ifnottex
46 @menu
47 * Scheme tutorial::                Programming inside LilyPond.
48 * Interfaces for programmers::     How to interface with scheme.
49 * LilyPond Scheme interfaces::     Getting information in and out of music
51 Appendices
53 * GNU Free Documentation License:: License of this document.
54 * LilyPond index::
55 @end menu
57 @docMain
58 @end ifnottex
61 @contents
63 @allowcodebreaks false
65 @include extending/scheme-tutorial.itely
66 @include extending/programming-interface.itely
68 @include fdl.itexi
70 @node LilyPond index
71 @appendix LilyPond index
73 @printindex cp
75 @bye