X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Fpercussion.itely;h=c83c4a4c934325eee52fdbe662b7db4213965100;hb=058370efc7e9710f149d0f444328bb1fcd7bdec1;hp=a368a81759a6300ea0364a788b696d6a22042779;hpb=e4f7d8f50ef447671419bf4bd055bc30feb88d74;p=lilypond.git diff --git a/Documentation/es/notation/percussion.itely b/Documentation/es/notation/percussion.itely index a368a81759..c83c4a4c93 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: 13da8b27aabc5d5a752d00ed1e2b99ad20f0f264 + Translation of GIT committish: d5fc7a079db0853bfb49e21821226d492f01cf8c 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.17.6" +@c \version "2.19.2" @node Percusión @section Percusión @@ -265,8 +265,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t - \override Flag.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -298,8 +297,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t - \override Flag.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -329,8 +327,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 Flag.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -356,8 +353,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 Flag.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -381,8 +377,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t - \override Flag.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -532,7 +527,7 @@ bellstaff = { \drummode { \time 2/4 rb8 rb cb cb16 rb-> ~ | - rb16 rb8 rb16 cb8 cb | + 16 rb8 rb16 cb8 cb | } } @end lilypond @@ -615,14 +610,10 @@ Referencia de funcionamiento interno: Las notas fantasma para la batería e instrumentos de percusión se pueden crear utilizando la instrucción @code{\parenthesize} detallada -en @ref{Paréntesis}. Sin embargo, el modo por defecto -@code{\drummode} no incluye el complemento grabador -@code{Parenthesis_engraver} que permite esto. +en @ref{Paréntesis}. @lilypond[quote,ragged-right,verbatim] -\new DrumStaff \with { - \consists "Parenthesis_engraver" -} +\new DrumStaff << \context DrumVoice = "1" { s1 } \context DrumVoice = "2" { s1 } @@ -630,8 +621,8 @@ en @ref{Paréntesis}. Sin embargo, el modo por defecto << { hh8[ hh] hh16 - < \parenthesize sn > hh - < \parenthesize sn > hh8 hh + \parenthesize sn hh + \parenthesize sn hh8 hh } \\ { bd4 r4 bd8 bd r8 bd @@ -641,10 +632,6 @@ en @ref{Paréntesis}. Sin embargo, el modo por defecto >> @end lilypond -@noindent -Observe, además, que debe añadir acordes (paréntesis en ángulo @code{< ->}) alrededor de cada una de las instrucciones @code{\parenthesize}. - @seealso Fragmentos de código: @rlsr{Percussion}.