]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/extending.tely
apply Julian's patch to fix install-info warnings
[lilypond.git] / Documentation / es / extending.tely
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2 @ignore
3     Translation of GIT committish: 1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203
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 @dircategory GNU LilyPond --- the music typesetter
17 @direntry
18 * LilyPond Extensión: (lilypond-extending).  Extender las funcionalidades de LilyPond.
19 @end direntry
20
21 @c translator: Francisco Vila
22
23 @macro manualIntro
24 Este archivo explica la forma de extender las funcionalidades de
25 LilyPond versión @version{}.
26 @end macro
27
28 @c `Extending' was born 2003-04-23 with git commit c08f6e8...
29 @macro copyrightDeclare
30 Copyright @copyright{} 2003--2011 por los autores.
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{Extender}
48
49
50 @c TOC -- non-tex
51 @ifnottex
52
53 @menu
54 * Tutorial de Scheme::             Programación desde dentro de LilyPond.
55 * Interfaces para programadores::  Cómo interactuar con Scheme.
56 * Interfaces de Scheme de LilyPond:: Obtener información hacia dentro y fuera de la música.
57
58 Apéndices
59
60 * GNU Free Documentation License:: Licencia de este documento.
61 * Índice 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 Índice de LilyPond
78 @appendix Índice de LilyPond
79 @translationof LilyPond index
80
81 @printindex cp
82
83 @bye