From fa3241f33df6208a13e6de01cfec0b621054e699 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Thu, 6 Nov 2008 13:42:58 +0100 Subject: [PATCH] Doc-es: Update of Percussion. --- Documentation/es/user/percussion.itely | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/Documentation/es/user/percussion.itely b/Documentation/es/user/percussion.itely index ba433fa1e5..6fecefcd8e 100644 --- a/Documentation/es/user/percussion.itely +++ b/Documentation/es/user/percussion.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 2d70503b922db3a192f3dbd38ab5ea2c9fb184db + 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. @@ -453,7 +453,7 @@ tambustaff = { \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! @@ -462,6 +462,7 @@ tambustaff = { } @end lilypond + Música para gong, introducida con @q{tt} (tam-tam): @lilypond[quote,verbatim] @@ -501,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 @@ -592,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 } >> -- 2.39.5