]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/extending.tely
Run grand replace for 2015.
[lilypond.git] / Documentation / fr / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: 9bbdeb11a423017702c73e321643fa420614ce83
4
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
9
10 @setfilename lilypond-extending.info
11 @settitle GNU LilyPond -- Extension des fonctionnalités
12 @documentencoding UTF-8
13 @documentlanguage fr
14 @afourpaper
15
16 @c Translators: Jean-Charles Malahieude
17
18 @macro manualIntro
19 Ce document fournit les informations de base pour étendre les
20 fonctionnalités de LilyPond@tie{}version @version{}.
21 @end macro
22
23 @c `Extending' was born 2004-03-07 with this commit:
24 @c * Documentation/user/changing-defaults.itely (Changing defaults):
25 @c author: Han-Wen Nienhuys
26 @c commit: c53d0cabdf9361e448cdd02a338aa5d696f4f466
27 @c   file: Documentation/user/programming-interface.itely
28
29 @macro copyrightDeclare
30 Copyright @copyright{} 2004--2015 by par les auteurs.
31 @end macro
32
33 @set FDL
34 @include macros.itexi
35
36
37 @c don't remove this comment.
38 @ignore
39 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
40 @omfdescription Programming extensions for the LilyPond music engraving system
41 @omftype program usage
42 @omfcategory Applications|Publishing
43 @omflanguage English
44 @end ignore
45
46
47 @lilyTitlePage{Extension des fonctionnalités}
48
49
50 @c TOC -- non-tex
51 @ifnottex
52
53 @menu
54 * Tutoriel Scheme::              Programmation dans LilyPond.
55 * Interfaces pour programmeurs:: Comment dialoguer avec scheme.
56 * Interfaces LilyPond Scheme::   Obtention d'information dans la musique et autour
57
58 Appendices
59
60 * GNU Free Documentation License:: Licence de ce document.
61 * Index de LilyPond::
62 @end menu
63
64 @docMain
65 @end ifnottex
66
67
68 @contents
69
70 @allowcodebreaks false
71
72 @include extending/scheme-tutorial.itely
73 @include extending/programming-interface.itely
74
75 @include fdl.itexi
76
77 @node Index de LilyPond
78 @appendix Index de LilyPond
79 @translationof LilyPond index
80
81 @printindex cp
82
83 @bye