]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/lilypond-learning.tely
Merge branch 'original' into HEAD
[lilypond.git] / Documentation / es / user / lilypond-learning.tely
index 456aea9525350de7ec5df5655fe38c94b7770d42..fb2f1d6f950e051894c663064b5029c39db305ed 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
 @ignore
-    Translation of GIT committish: e9a620b6e7e1c0a1bf39b7063ff1744ad61efb08
+    Translation of GIT committish: 993fc5189dc039afd51a98df9b71adf59f2ab20f
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
@@ -10,6 +10,8 @@
 @documentencoding UTF-8
 @documentlanguage es
 
+@include macros.itexi
+
 @iftex
 @afourpaper
 @c don't replace quotes with directed quotes
@@ -82,21 +84,7 @@ Free Documentation License''.
 
 @vskip 20pt
 
-@lilypond[ragged-right]
-\score {
-  \context Lyrics {
-    \override Score.RehearsalMark #'self-alignment-X = #LEFT
-    \override Score.RehearsalMark #'font-size = #-2
-    \mark #(ly:export (string-append
-      "(For LilyPond version " (lilypond-version) ")"))
-    s2
-  }
-  \layout {
-    indent = 0.0\pt
-  }
-}
-@end lilypond
-
+Para LilyPond versión @version{}
 @end titlepage
 
 @copying
@@ -131,7 +119,7 @@ Free Documentation License''.
 
 @c TRANSLATE ME
 @ifnottex
-This file documents GNU LilyPond program usage.
+Este archivo es la documentación sobre la utilización del programa GNU LilyPond.
 
 Copyright @copyright{} 1999--2007 por los autores
 
@@ -168,32 +156,28 @@ Free Documentation License''.
 @top GNU LilyPond --- learning manual
 @c HJJ: Info needs `@top', which is a synonym for `@unnumbered' in TeX.
 
-This is the program usage manual for GNU LilyPond 2.11.x series.
-@ifhtml
-(See the bottom of this page for the exact version number).
-@end ifhtml
+Éste es el manual de aprendizaje de GNU LilyPond, versión @version{}.
 
-@cindex web site
+@cindex página web
 @cindex URL
 
-More information can be found at
-@uref{http://@/www@/.lilypond@/.org/}.  The website contains on-line copies
-of this and other documentation.
+Encontrará más información en
+@uref{http://@/www@/.lilypond@/.org/}.  La página web contiene copias
+en línea de la presente y otras documentaciones.
 
 @menu
 * Preface::                        Prefacio.
 * Introduction::                   Qué, por qué y cómo.
 * Tutorial::                       Introducción en forma de tutorial.
-* Putting it all together::        Más explicaciones sobre conceptos de
-LilyPond.
-* Working on LilyPond projects::   Sobre la utilización en el mundo
-real.
-* Tweaking output::                Introducción a las modificaciones de
-la salida.
+* Fundamental concepts::           Conceptos básicos necesarios para leer el resto de este manual.
+* Tweaking output::                Introducción a las modificaciones de la salida.
+* Working on LilyPond projects::   Sobre la utilización en el mundo real.
 
 Apéndices
 
-* GNU Free Documentation License:: License of this document.
+* Templates::                      Plantillas listas para usar.
+* Scheme tutorial::                Programar dentro de LilyPond.
+* GNU Free Documentation License:: La licencia de este documento.
 * LilyPond index::
 @end menu
 @end ifnottex
@@ -201,15 +185,15 @@ Apéndices
 @contents
 
 
-@include macros.itexi
-
 @include preface.itely
 @include introduction.itely
 @include tutorial.itely
 @include putting.itely
-@include working.itely
 @include tweaks.itely
+@include working.itely
 
+@include templates.itely
+@include scheme-tutorial.itely
 @include fdl.itexi
 
 @node LilyPond index