X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fuser%2Fpercussion.itely;h=6c24b95e22fb70327db9205ed150cd17ce953b84;hb=96f2ffad1d385fd338f430ffa7877ed2fdb17bbb;hp=40094d28aaee3a4d128c038c9737acd6192ba7b2;hpb=c48b83513ad53097baaf937ad278db32b3d362d8;p=lilypond.git diff --git a/Documentation/es/user/percussion.itely b/Documentation/es/user/percussion.itely index 40094d28aa..6c24b95e22 100644 --- a/Documentation/es/user/percussion.itely +++ b/Documentation/es/user/percussion.itely @@ -1,13 +1,13 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 2881ea603b63e4e335dc1104b0c22c71f373b20d + Translation of GIT committish: 0b6448e57eeda9258410753c9b1a42ed0897fe2b 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.61" +@c \version "2.11.62" @node Percussion @section Percussion @@ -244,7 +244,7 @@ mus = \drummode { \remove Bar_engraver \remove Time_signature_engraver \override Stem #'transparent = ##t - \override Stem #'Y-extent-callback = ##f + \override Stem #'Y-extent = ##f \override VerticalAxisGroup #'minimum-Y-extent = #'(-4.0 . 5.0) } \mus \new Lyrics \nam @@ -277,7 +277,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \remove Bar_engraver \remove Time_signature_engraver \override Stem #'transparent = ##t - \override Stem #'Y-extent-callback = ##f + \override Stem #'Y-extent = ##f \override StaffSymbol #'line-count = #2 \override StaffSymbol #'staff-space = #2 \override VerticalAxisGroup #'minimum-Y-extent = #'(-3.0 . 4.0) @@ -307,7 +307,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol #'staff-space = #2 \override Stem #'transparent = ##t - \override Stem #'Y-extent-callback = ##f + \override Stem #'Y-extent = ##f } \mus \new Lyrics { \override LyricText #'font-family = #'typewriter @@ -333,7 +333,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol #'staff-space = #2 \override Stem #'transparent = ##t - \override Stem #'Y-extent-callback = ##f + \override Stem #'Y-extent = ##f } \mus \new Lyrics { \override LyricText #'font-family = #'typewriter @@ -357,7 +357,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } \override StaffSymbol #'line-count = #1 \remove Time_signature_engraver \override Stem #'transparent = ##t - \override Stem #'Y-extent-callback = ##f + \override Stem #'Y-extent = ##f } \mus \new Lyrics { \override LyricText #'font-family = #'typewriter @@ -412,7 +412,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 wuld be too short! + % This is neccessary; if not entered, the barline would be too short! \override Staff.BarLine #'bar-size = #3 } @@ -439,6 +439,8 @@ sobre estos delicados asuntos, consulte @ref{Staff symbol}. Una pandereta, escrita mediante @q{tamb} (@emph{tambourine}: @lilypond[quote,verbatim] +#(define mydrums '((tambourine default #t 0))) + tambustaff = { \override Staff.StaffSymbol #'line-positions = #'( 0 ) \override Staff.BarLine #'bar-size = #3 @@ -447,12 +449,11 @@ tambustaff = { \new DrumStaff { \tambustaff - % broken - % \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums) + \set DrumStaff.drumStyleTable = #(alist->hash-table mydrums) \drummode { \time 6/8 - \repeat "unfold" 2 { tamb8. tamb16 tamb8 tamb tamb tamb | } + tamb8. tamb16 tamb8 tamb tamb tamb | tamb4. tamb8 tamb tamb | % the trick with the scaled duration and the shorter rest % is neccessary for the correct ending of the trill-span! @@ -461,6 +462,7 @@ tambustaff = { } @end lilypond + Música para gong, introducida con @q{tt} (tam-tam): @lilypond[quote,verbatim] @@ -500,8 +502,8 @@ bellstaff = { \bellstaff \drummode { \time 2/4 - \repeat "unfold" 2 { rb8 rb cb cb16 rb-> ~ | - rb16 rb8 rb16 cb8 cb | } + rb8 rb cb cb16 rb-> ~ | + rb16 rb8 rb16 cb8 cb | } } @end lilypond @@ -591,16 +593,18 @@ en @ref{Parentheses}. Sin embargo, el modo por defecto @lilypond[quote,ragged-right,verbatim,fragment] \new DrumStaff \with { \consists "Parenthesis_engraver" -} << - \context DrumVoice = "1" { s1 *2 } - \context DrumVoice = "2" { s1 *2 } +} +<< + \context DrumVoice = "1" { s1 } + \context DrumVoice = "2" { s1 } \drummode { << { hh8[ hh] hh16 < \parenthesize sn > hh < \parenthesize sn > hh8 hh - } \\ { + } \\ + { bd4 r4 bd8 bd r8 bd } >>