]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/extending.tely
Run grand-replace (issue 3765)
[lilypond.git] / Documentation / es / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2 @ignore
3     Translation of GIT committish: 08560a1b8076630c4fc6cb9b902614d8b74fd6fc
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 Extender LilyPond
12 @documentencoding UTF-8
13 @documentlanguage es
14 @afourpaper
15
16 @c translator: Francisco Vila
17
18 @macro manualIntro
19 Este archivo explica la forma de extender las funcionalidades de
20 LilyPond versión @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 por los autores.
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{Extender}
43
44
45 @c TOC -- non-tex
46 @ifnottex
47
48 @menu
49 * Tutorial de Scheme::             Programación desde dentro de LilyPond.
50 * Interfaces para programadores::  Cómo interactuar con Scheme.
51 * Interfaces de Scheme de LilyPond:: Obtener información hacia dentro y fuera de la música.
52
53 Apéndices
54
55 * GNU Free Documentation License:: Licencia de este documento.
56 * Índice 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 Índice de LilyPond
73 @appendix Índice de LilyPond
74 @translationof LilyPond index
75
76 @printindex cp
77
78 @bye