]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/extending.tely
Merge branch 'master' of git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / Documentation / es / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: 829d4293f61b7583e20ecdd3c427cde11e942fef
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 Extending LilyPond
12 @documentencoding UTF-8
13 @documentlanguage en
14 @afourpaper
15
16 @macro manualIntro
17 Este archivo explica la forma de extender las funcionalidades de
18 LilyPond versión @version{}.
19 @end macro
20
21 @c `Extending' was born 2003-04-23 with git commit c08f6e8...
22 @macro copyrightDeclare
23 Copyright @copyright{} 2003--2010 por los autores.
24 @end macro
25
26 @set FDL
27 @include macros.itexi
28
29
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
38
39
40 @lilyTitlePage{Extending}
41
42
43 @c TOC -- non-tex
44 @ifnottex
45
46 @menu
47 * Tutorial de Scheme::             Programación desde dentro de LilyPond.
48 * Interfaces para programadores::  Cómo interactuar con Scheme.
49 * Interfaces de Scheme de LilyPond:: Obtener información hacia dentro y fuera de la música.
50
51 Apéndices
52
53 * GNU Free Documentation License:: Licencia de este documento.
54 * Índice de LilyPond::
55 @end menu
56
57 @docMain
58 @end ifnottex
59
60
61 @contents
62
63
64 @include extending/scheme-tutorial.itely
65 @include extending/programming-interface.itely
66
67 @include fdl.itexi
68
69 @node Índice de LilyPond
70 @appendix Índice de LilyPond
71 @translationof LilyPond index
72
73 @printindex cp
74
75 @bye