]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/es/notation/percussion.itely
Doc: cleanup @file{}, take 2: remove all @/ escaping sequences.
[lilypond.git] / Documentation / es / notation / percussion.itely
index 24756aeab0e61a337d338b620e6dd244bab5b958..62713e9d4db702a011d6dd1b3ad8b015c576ecf0 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
 
 @ignore
-    Translation of GIT committish: c1eb9d63bb22ba4a9243942599f68768f5631e34
+    Translation of GIT committish: 345522f312430725cdae0d61acfa716ce08622ca
 
     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.12.0"
+@c \version "2.13.36"
 
 @node Percusión
 @section Percusión
@@ -97,10 +97,25 @@ nombre abreviado, y los dos se pueden usar en la entrada.  La lista
 completa de nombre de instrumentos de percusión se encuentra en
 @ref{Notas de percusión}.
 
+@cindex clave de percusión
+@cindex percusión, clave
+
 Observe que la notación normal de las notas con altura determinada
 (como @code{cis4}) en un contexto @code{DrumStaff} producen un mensaje
 de error.  Las claves de percusión se añaden automáticamente al
-contexto @code{DrumStaff}, pero también se pueden usar otras claves.
+contexto @code{DrumStaff} pero también se pueden establecer
+explícitamente o utilizar otras claves.
+
+@lilypond[quote,ragged-right,verbatim]
+\drums {
+  \clef treble
+  hh4 hh hh hh
+  \break
+  \clef percussion
+  bd4 bd bd bd
+}
+@end lilypond
+
 
 Hay ciertos detalles respecto a cómo está contemplado el MIDI para los
 instrumentos de percusión; para ver los detalles consulte
@@ -113,7 +128,7 @@ Referencia de la notación:
 @ref{Notas de percusión}.
 
 Archivos de inicio:
-@file{ly/@/drumpitch@/-init@/.ly}.
+@file{ly/drumpitch-init.ly}.
 
 Fragmentos de código:
 @rlsr{Percussion}.
@@ -417,7 +432,7 @@ woodstaff = {
   % It also defines the positions of the two lines.
   \override Staff.StaffSymbol #'line-positions = #'(-2 3)
 
-  % This is neccessary; if not entered, the barline would be too short!
+  % This is necessary; if not entered, the barline would be too short!
   \override Staff.BarLine #'bar-size = #3
 }
 
@@ -596,7 +611,7 @@ en @ref{Paréntesis}.  Sin embargo, el modo por defecto
 @code{\drummode} no incluye el complemento grabador
 @code{Parenthesis_engraver} que permite esto.
 
-@lilypond[quote,ragged-right,verbatim,fragment]
+@lilypond[quote,ragged-right,verbatim]
 \new DrumStaff \with {
   \consists "Parenthesis_engraver"
 }