]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/extending.tely
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / fr / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @ignore
3     Translation of GIT committish: 612eac7df053e25c785d378e54a9f6f948547835
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 2003-04-23 with git commit c08f6e8...
24 @macro copyrightDeclare
25 Copyright @copyright{} 2003--2014 by par les auteurs.
26 @end macro
27
28 @set FDL
29 @include macros.itexi
30
31
32 @c don't remove this comment.
33 @ignore
34 @omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival
35 @omfdescription Programming extensions for the LilyPond music engraving system
36 @omftype program usage
37 @omfcategory Applications|Publishing
38 @omflanguage English
39 @end ignore
40
41
42 @lilyTitlePage{Extension des fonctionnalités}
43
44
45 @c TOC -- non-tex
46 @ifnottex
47
48 @menu
49 * Tutoriel Scheme::              Programmation dans LilyPond.
50 * Interfaces pour programmeurs:: Comment dialoguer avec scheme.
51 * Interfaces LilyPond Scheme::   Obtention d'information dans la musique et autour
52
53 Appendices
54
55 * GNU Free Documentation License:: Licence de ce document.
56 * Index de LilyPond::
57 @end menu
58
59 @docMain
60 @end ifnottex
61
62
63 @contents
64
65 @allowcodebreaks false
66
67 @include extending/scheme-tutorial.itely
68 @include extending/programming-interface.itely
69
70 @include fdl.itexi
71
72 @node Index de LilyPond
73 @appendix Index de LilyPond
74 @translationof LilyPond index
75
76 @printindex cp
77
78 @bye