]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/percussion.itely
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / es / notation / percussion.itely
index 4d025119c1f195cc365a5e91667fdaa856fd091d..12b57c70c11592c8a1e70b0bbc486c3fdf66f190 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: 7ba0a22641cb0c7f5949d66a06d1e2e1fd0b3033
+    Translation of GIT committish: 274c916b48393e0f866cbab68c18a505f6fc7ea3
 
     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
 
-@c \version "2.13.36"
+@c \version "2.14.0"
 
 @node Percusión
 @section Percusión
@@ -40,6 +40,8 @@ rítmicos una melodía.
 @unnumberedsubsubsec Referencias para percusión
 @translationof References for percussion
 
+@c TODO add more references.
+
 @itemize
 
 @item
@@ -432,7 +434,7 @@ woodstaff = {
   \override Staff.StaffSymbol #'line-positions = #'(-2 3)
 
   % This is necessary; if not entered, the barline would be too short!
-  \override Staff.BarLine #'bar-size = #3
+  \override Staff.BarLine #'bar-extent = #'(-1.5 . 1.5)
 }
 
 \new DrumStaff {
@@ -450,7 +452,7 @@ woodstaff = {
 @end lilypond
 
 Observe que en este caso especial se debe alterar la longitud de la
-línea divisoria con @code{\override Staff.BarLine #'bar-size #number}.
+línea divisoria con @code{\override Staff.BarLine #'bar-extent #'(de . a)}.
 En caso contrario resulta demasiado corta.  También debe definir las
 posiciones de las dos líneas del pentagrama.  Para más información
 sobre estos delicados asuntos, consulte @ref{El símbolo del pentagrama}.
@@ -462,7 +464,7 @@ Una pandereta, escrita mediante @q{tamb} (@emph{tambourine}):
 
 tambustaff = {
   \override Staff.StaffSymbol #'line-positions = #'( 0 )
-  \override Staff.BarLine #'bar-size = #3
+  \override Staff.BarLine #'bar-extent = #'(-1.5 . 1.5)
   \set DrumStaff.instrumentName = #"Tambourine"
 }
 
@@ -489,7 +491,7 @@ Música para gong, introducida con @q{tt} (tam-tam):
 
 tamtamstaff = {
   \override Staff.StaffSymbol #'line-positions = #'( 0 )
-  \override Staff.BarLine #'bar-size = #3
+  \override Staff.BarLine #'bar-extent = #'(-1.5 . 1.5)
   \set DrumStaff.instrumentName = #"Tamtam"
 }
 
@@ -513,7 +515,7 @@ Dos campanas, introducidas con @q{cb} (@emph{cowbell}, cencerro) y
 bellstaff = {
   \override DrumStaff.StaffSymbol #'line-positions = #'(-2 3)
   \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums)
-  \override Staff.BarLine #'bar-size = #3
+  \override Staff.BarLine #'bar-extent = #'(-1.5 . 1.5)
   \set DrumStaff.instrumentName = #"Different Bells"
 }
 
@@ -640,3 +642,4 @@ Observe, además, que debe añadir acordes (paréntesis en ángulo @code{<
 @seealso
 Fragmentos de código:
 @rlsr{Percussion}.
+       
\ No newline at end of file