]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/user/tweaks.itely
Compile fix
[lilypond.git] / Documentation / es / user / tweaks.itely
index a744232b4c19ac76850a49b8fbc124ca63613759..4c2c3cf3d694766dafe801726290e9814a8e7aa1 100644 (file)
@@ -1,13 +1,13 @@
 @c -*- coding: utf-8; mode: texinfo; -*-
 @c This file is part of lilypond.tely
 @ignore
-    Translation of GIT committish: 7cc6b12897031c450e3399d59cdb22ca9df4fd8c
+    Translation of GIT committish: 23542761090f167ad42dbff7ef11d44a9c1374ac
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
-@c \version "2.11.38"
+@c \version "2.11.51"
 
 @node Tweaking output
 @chapter Tweaking output
@@ -1002,7 +1002,7 @@ de la instrucción @code{\override}.
 @lilypond[quote,fragment,ragged-right,verbatim,relative=2]
 {
   \time 12/16
-  \override Staff.BarLine #'break-visibility = ##(#f #f #f)
+  \override Staff.BarLine #'break-visibility = #'#(#f #f #f)
   c4 b8 c d16 c d8 |
   g, a16 b8 c d4 e16 |
   e8
@@ -1568,9 +1568,9 @@ menciona el significado de cada una allí donde no es obvio.
   @tab Arriba o Derecha
   @tab Anular
   @tab Efecto
-@item @code{\arpeggioDown}
-  @tab @code{\arpeggioUp}
-  @tab @code{\arpeggioNeutral}
+@item @code{\arpeggioArrowDown}
+  @tab @code{\arpeggioArrowUp}
+  @tab @code{\arpeggioNormal}
   @tab La flecha está abajo, arriba o no hay flecha
 @item @code{\dotsDown}
   @tab @code{\dotsUp}
@@ -3050,8 +3050,6 @@ lhMusic = \relative c' {
 @node Other uses for tweaks
 @subsection Other uses for tweaks
 
-@itemize
-
 @cindex transparent, uso de la propiedad
 @cindex objetos, hace invisibles
 @cindex eliminar objetos
@@ -3060,7 +3058,6 @@ lhMusic = \relative c' {
 @cindex invisibles, objetos
 @cindex ligar notas entre voces distintas
 
-@item
 @subheading Tying notes across voices
 
 El ejemplo siguiente muestra cómo conectar notas que están en
@@ -3105,7 +3102,6 @@ valor de longitud @code{length} a @code{8},
 >>
 @end lilypond
 
-@item
 @subheading Simulating a fermata
 
 @cindex sello, uso de la propiedad
@@ -3154,8 +3150,6 @@ primera indicación de metrónomo (la transparente) aún influye sobre la
 separación de las notas, mientras que la segunda (sin «sello») no
 influye.
 
-@end itemize
-
 @node Using variables for tweaks
 @subsection Using variables for tweaks