X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Fcheatsheet.itely;h=208d49db4bc0aa61df39d141b2884879f5cf2457;hb=3c6c00c08ff31f57ec8d88450b4e4e7917bc4f3e;hp=5ce84821a15412e5d1700b23ecdde2105aa82b71;hpb=69f0ec479a6ade46d0a227755bb02562112c6743;p=lilypond.git diff --git a/Documentation/es/notation/cheatsheet.itely b/Documentation/es/notation/cheatsheet.itely index 5ce84821a1..208d49db4b 100644 --- a/Documentation/es/notation/cheatsheet.itely +++ b/Documentation/es/notation/cheatsheet.itely @@ -1,19 +1,21 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14 + Translation of GIT committish: 345522f312430725cdae0d61acfa716ce08622ca When revising a translation, copy the HEAD committish of the - version that you are working on. See TRANSLATION for details. + 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" @c TODO: add tablature. -@node Cheat sheet -@appendix Cheat sheet +@node Hoja de referencia rápida +@appendix Hoja de referencia rápida +@translationof Cheat sheet @multitable @columnfractions .35 .3 .35 @@ -25,7 +27,7 @@ @item @code{1 2 8 16} @tab duraciones @tab -@lilypond[fragment,relative=2,notime] +@lilypond[relative=2,notime] \set Staff.autoBeaming = ##f \override Staff.Clef #'break-visibility = #all-invisible c1 c2 c8 c16 @@ -34,7 +36,7 @@ c1 c2 c8 c16 @item @code{c4. c4..} @tab puntillos @tab -@lilypond[fragment,relative=2,notime] +@lilypond[relative=2,notime] \override Staff.Clef #'break-visibility = #all-invisible c4. c4.. @end lilypond @@ -42,21 +44,21 @@ c4. c4.. @item @code{c d e f g a b } @tab escala @tab -@lilypond[fragment,relative=1,notime] +@lilypond[relative=1,notime] c d e f g a b @end lilypond @item @code{fis bes} @tab alteración @tab -@lilypond[fragment,relative=1,notime] +@lilypond[relative=1,notime] fis bes @end lilypond @item @code{\clef treble \clef bass } @tab claves @tab -@lilypond[fragment,notime] +@lilypond[relative=1,notime] \clef treble s4_" " \clef bass @@ -66,7 +68,7 @@ s4_" " @item @code{\time 3/4 \time 4/4 } @tab compás @tab -@lilypond[fragment] +@lilypond[relative=1] \override Staff.Clef #'stencil = #empty-stencil \time 3/4 s4_" " @@ -78,7 +80,7 @@ s16_" " @item @code{r4 r8} @tab silencio @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \override Staff.Clef #'break-visibility = #all-invisible r4 r8 @end lilypond @@ -86,7 +88,7 @@ r4 r8 @item @code{d ~ d} @tab ligadura de unión @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f d ~ d @@ -95,7 +97,7 @@ d ~ d @item @code{\key es \major } @tab armadura @tab -@lilypond[notime,fragment] +@lilypond[notime,relative=1] \clef treble \key es \major \hideNotes @@ -105,7 +107,7 @@ c128 @item @var{note}@code{'} @tab subir una octava @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f a a' @@ -114,7 +116,7 @@ a a' @item @var{note}@code{,} @tab bajar una octava @tab -@lilypond[relative=2,notime,fragment] +@lilypond[relative=2,notime] \set Score.timing = ##f \set Staff.autoBeaming = ##f c c, @@ -124,7 +126,7 @@ c c, @item @code{c( d e)} @tab ligadura de expresión @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -135,7 +137,7 @@ c( d e) @item @code{c\( c( d) e\)} @tab ligadura de fraseo @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -146,7 +148,7 @@ c\( c( d) e\) @item @code{a8[ b]} @tab barra @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -157,14 +159,14 @@ a8-[ b-] @item @code{<< \new Staff ... >>} @tab más pentagramas @tab -@lilypond[fragment] +@lilypond[relative=1] << \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } \new Staff { \set Staff.implicitTimeSignatureVisibility = #all-invisible - c'1 + c1 } >> @end lilypond @@ -172,7 +174,7 @@ a8-[ b-] @item @code{c-> c-.} @tab articulaciones @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible c-> c-. @end lilypond @@ -181,7 +183,7 @@ c-> c-. @item @code{c2\mf c\sfz} @tab matices dinámicos @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible c2\mf c\sfz @end lilypond @@ -190,7 +192,7 @@ c2\mf c\sfz @item @code{a\< a a\!} @tab crescendo @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -200,7 +202,7 @@ a\< a a\! @item @code{a\> a a\!} @tab decrescendo @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Score.timing = ##f \set Staff.implicitTimeSignatureVisibility = #all-invisible \set Staff.autoBeaming = ##f @@ -211,7 +213,7 @@ a\> a a\! @item @code{< >} @tab acorde @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible @end lilypond @@ -220,7 +222,7 @@ a\> a a\! @item @code{\partial 8} @tab anacrusa o compás incompleto @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \partial 8 f8 c2 d e @end lilypond @@ -229,7 +231,7 @@ f8 c2 d e @item @code{\times 2/3 @{f g a@}} @tab tresillos @tab -@lilypond[relative=1,fragment] +@lilypond[relative=1] \set Staff.implicitTimeSignatureVisibility = #all-invisible \times 2/3 { f8 g a } @end lilypond @@ -238,7 +240,7 @@ f8 c2 d e @item @code{\grace} @tab mordentes @tab -@lilypond[relative=2,fragment] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \context Voice { \grace b16 c4 } @end lilypond @@ -252,14 +254,14 @@ twinkle @item @code{\new Lyrics} @tab imprimir la letra @tab -@lilypond[fragment] +@lilypond[relative=1] \new Lyrics \lyricmode { twinkle } @end lilypond @item @code{twin -- kle} @tab separador de sílabas @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible << { g'1 g } @@ -270,7 +272,7 @@ twinkle @item @code{\chordmode @{ c:dim f:maj7 @}} @tab acordes @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \chordmode { c:dim f:maj7 } @end lilypond @@ -278,14 +280,14 @@ twinkle @item @code{\context ChordNames} @tab imprimir los nombres de los acordes @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \chords { c:dim f:maj7 } @end lilypond @item @code{<<@{e f@} \\ @{c d@}>>} @tab polifonía @tab -@lilypond[fragment,relative=2] +@lilypond[relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible \context Staff <<{e f} \\ {c d}>> @end lilypond