X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Fpercussion.itely;h=12b57c70c11592c8a1e70b0bbc486c3fdf66f190;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=1945fa47dd9e26f444571585a15665e15d4c3d45;hpb=487f44ae4bebfe14e56bbd8a6de5e7a9aea35028;p=lilypond.git diff --git a/Documentation/es/notation/percussion.itely b/Documentation/es/notation/percussion.itely index 1945fa47dd..12b57c70c1 100644 --- a/Documentation/es/notation/percussion.itely +++ b/Documentation/es/notation/percussion.itely @@ -1,14 +1,14 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 10bd5cc93870ac4b884b8cb938cfc6a19c768097 + 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 @@ -128,7 +130,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}. @@ -263,7 +265,6 @@ mus = \drummode { \remove Time_signature_engraver \override Stem #'transparent = ##t \override Stem #'Y-extent = ##f - \override VerticalAxisGroup #'minimum-Y-extent = #'(-4.0 . 5.0) } \mus \new Lyrics \nam >> @@ -432,8 +433,8 @@ 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! - \override Staff.BarLine #'bar-size = #3 + % This is necessary; if not entered, the barline would be too short! + \override Staff.BarLine #'bar-extent = #'(-1.5 . 1.5) } \new DrumStaff { @@ -451,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}. @@ -463,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" } @@ -490,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" } @@ -514,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" } @@ -611,7 +612,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" } @@ -641,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