X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fextending.tely;fp=Documentation%2Fes%2Fextending.tely;h=97fad5ad72f6e685ad7b5378f97aee2972f0a9dd;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/Documentation/es/extending.tely b/Documentation/es/extending.tely new file mode 100644 index 0000000000..97fad5ad72 --- /dev/null +++ b/Documentation/es/extending.tely @@ -0,0 +1,78 @@ +\input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- +@ignore + Translation of GIT committish: 1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203 + + When revising a translation, copy the HEAD committish of the + version that you are working on. For details, see the Contributors' + Guide, node Updating translation committishes.. +@end ignore + +@setfilename lilypond-extending.info +@settitle Extender LilyPond +@documentencoding UTF-8 +@documentlanguage es +@afourpaper + +@c translator: Francisco Vila + +@macro manualIntro +Este archivo explica la forma de extender las funcionalidades de +LilyPond versión @version{}. +@end macro + +@c `Extending' was born 2003-04-23 with git commit c08f6e8... +@macro copyrightDeclare +Copyright @copyright{} 2003--2011 por los autores. +@end macro + +@set FDL +@include macros.itexi + + +@c don't remove this comment. +@ignore +@omfcreator Han-Wen Nienhuys, Jan Nieuwenhuizen and Graham Percival +@omfdescription Programming extensions for the LilyPond music engraving system +@omftype program usage +@omfcategory Applications|Publishing +@omflanguage English +@end ignore + + +@lilyTitlePage{Extender} + + +@c TOC -- non-tex +@ifnottex + +@menu +* Tutorial de Scheme:: Programación desde dentro de LilyPond. +* Interfaces para programadores:: Cómo interactuar con Scheme. +* Interfaces de Scheme de LilyPond:: Obtener información hacia dentro y fuera de la música. + +Apéndices + +* GNU Free Documentation License:: Licencia de este documento. +* Índice de LilyPond:: +@end menu + +@docMain +@end ifnottex + + +@contents + +@allowcodebreaks false + +@include extending/scheme-tutorial.itely +@include extending/programming-interface.itely + +@include fdl.itexi + +@node Índice de LilyPond +@appendix Índice de LilyPond +@translationof LilyPond index + +@printindex cp + +@bye