]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/learning/tutorial.itely
Doc: rename section in LM (3280)
[lilypond.git] / Documentation / es / learning / tutorial.itely
index 865e9b0644736542159ac3503971a2c3cf6aa0a2..35399faf2bcf262eec2ac0ad172a02c993d14b52 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: 0a8cfef9d285775b5587218e57ffaa9bbf134359
+    Translation of GIT committish: 26a079ca2393d053315ef8dbef626c897dc9645a
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -10,7 +10,7 @@
 
 @include included/generating-output.itexi
 
-@c \version "2.12.0"
+@c \version "2.16.0"
 
 @node Tutorial
 @chapter Tutorial
@@ -94,7 +94,7 @@ un mensaje de error.
 @cindex ver la música
 @cindex editores de texto
 
-El método para producir un resultado impreso depende de snuestro
+El método para producir un resultado impreso depende de nuestro
 sistema operativo y del programa o programas que utilicemos.
 
 
@@ -403,6 +403,35 @@ La @notation{indicación de compás} se puede establecer con la orden
 }
 @end lilypond
 
+@subheading Indicaciones de tempo
+
+@cindex tempo, indicaciones de
+@cindex metronómicas, indicaciones
+
+@funindex \tempo
+@funindex tempo
+
+Glosario musical:
+@rglos{tempo indication},
+@rglos{metronome}.
+
+La @notation{indicación de tempo} y la @notation{indicación
+metronómica} pueden establecerse con la instrucción @code{\tempo}:
+
+@lilypond[verbatim,quote]
+\relative c'' {
+  \time 3/4
+  \tempo "Andante"
+  a4 a a
+  \time 6/8
+  \tempo 4. = 96
+  a4. a
+  \time 4/4
+  \tempo  "Presto" 4 = 120
+  a4 a a a
+}
+@end lilypond
+
 
 @subheading Clave
 
@@ -448,6 +477,7 @@ juntos:
 \relative c, {
   \clef "bass"
   \time 3/4
+  \tempo "Andante" 4 = 120
   c2 e8 c'
   g'2.
   f4 e d
@@ -746,7 +776,7 @@ This is item 825
 
 @n ode Navegación con el teclado
 @s ubsection Navegación con el teclado
-@translationof Keyboard navigation
+@t ranslationof Keyboard navigation
 
 @warning{Esta posibilidad sólo está disponible en los manuales en
 HTML.}