From 3970467a62a9b330606df173a77a95854805d802 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Thu, 11 Sep 2008 18:44:09 +0200 Subject: [PATCH] Doc-es: Updates to cheatsheet and working. --- Documentation/es/user/cheatsheet.itely | 18 +++++++------- Documentation/es/user/notation.itely | 2 +- Documentation/es/user/working.itely | 34 ++++++++++++++------------ 3 files changed, 29 insertions(+), 25 deletions(-) diff --git a/Documentation/es/user/cheatsheet.itely b/Documentation/es/user/cheatsheet.itely index ccd82ed564..0d5a7c2f61 100644 --- a/Documentation/es/user/cheatsheet.itely +++ b/Documentation/es/user/cheatsheet.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: b9526773cf95ca29e3d3352c524718fc8e91c599 + Translation of GIT committish: 44ece5716678c487c07dbf77c9f3308b5dec06e3 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -36,7 +36,7 @@ c1 c2 c8 c16 @tab @lilypond[fragment,relative=2,notime] \override Staff.Clef #'break-visibility = #all-invisible -c4. c4.. +c4. c4.. @end lilypond @item @code{c d e f g a b } @@ -67,7 +67,7 @@ s4_" " @tab compás @tab @lilypond[fragment] -\override Staff.Clef #'transparent = ##t +\override Staff.Clef #'transparent = ##t \time 3/4 s4_" " \time 4/4 @@ -76,7 +76,7 @@ s16_" " @item @code{r4 r8} -@tab silencio +@tab silencio @tab @lilypond[relative=2,notime,fragment] \override Staff.Clef #'break-visibility = #all-invisible @@ -98,7 +98,7 @@ d ~ d @lilypond[notime,fragment] \clef treble \key es \major -s4 +s4 @end lilypond @item @var{note}@code{'} @@ -167,7 +167,7 @@ a8-[ b-] } >> @end lilypond - + @item @code{c-> c-.} @tab articulaciones @tab @@ -178,7 +178,7 @@ c-> c-. @item @code{c2\mf c\sfz} -@tab dinámica +@tab matices dinámicos @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible @@ -212,7 +212,7 @@ a\> a a\! @tab @lilypond[fragment,relative=2] \set Staff.implicitTimeSignatureVisibility = #all-invisible - + @end lilypond @@ -263,7 +263,7 @@ twinkle << { g'1 g } \new Lyrics \lyricsto "" { twin -- kle } ->> +>> @end lilypond @item @code{\chordmode @{ c:dim f:maj7 @}} diff --git a/Documentation/es/user/notation.itely b/Documentation/es/user/notation.itely index 5b4aae45d5..e49f19b57f 100644 --- a/Documentation/es/user/notation.itely +++ b/Documentation/es/user/notation.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; -*- @ignore - Translation of GIT committish: b664ce91b22d8cb0032c727825b69d42a32fc096 + Translation of GIT committish: 44ece5716678c487c07dbf77c9f3308b5dec06e3 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. diff --git a/Documentation/es/user/working.itely b/Documentation/es/user/working.itely index 5c45705fac..9301fbc2ce 100644 --- a/Documentation/es/user/working.itely +++ b/Documentation/es/user/working.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 23542761090f167ad42dbff7ef11d44a9c1374ac + Translation of GIT committish: 44ece5716678c487c07dbf77c9f3308b5dec06e3 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -19,9 +19,9 @@ que lea este capítulo. @menu -* Suggestions for writing LilyPond files:: -* When things don't work:: -* Scores and parts:: +* Suggestions for writing LilyPond files:: +* When things don't work:: +* Scores and parts:: @end menu @@ -58,11 +58,11 @@ fáciles (o más difíciles) de actualizar. @end itemize @menu -* General suggestions:: -* Typesetting existing music:: -* Large projects:: -* Saving typing with variables and functions:: -* Style sheets:: +* General suggestions:: +* Typesetting existing music:: +* Large projects:: +* Saving typing with variables and functions:: +* Style sheets:: @end menu @@ -212,9 +212,9 @@ hornNotes = \relative c'' { c4 b dis c } Incluso se dará cuenta de que esto puede ser útil en música minimalista: @lilypond[quote,verbatim,ragged-right] -fragA = \relative c'' { a4 a8. b16 } -fragB = \relative c'' { a8. gis16 ees4 } -violin = \new Staff { \fragA \fragA \fragB \fragA } +fragmentA = \relative c'' { a4 a8. b16 } +fragmentB = \relative c'' { a8. gis16 ees4 } +violin = \new Staff { \fragmentA \fragmentA \fragmentB \fragmentA } \score { { \violin @@ -264,6 +264,9 @@ violin = \relative c'' @{ @} @end example +@c TODO Replace the following with a better example -td +@c Skylining handles this correctly without padText + Hasta ahora hemos contemplado la sustitución estática: cuando LilyPond se encuentra con @code{\padText}, lo sustituye con aquello que hemos definido que sea (es decir, todo lo que está a la derecha de @@ -550,13 +553,14 @@ Yo utilizo media docena de archivos de \include "../iniciar/iniciar-papel.ly" @end example + @node When things don't work @section When things don't work @menu -* Updating old files:: -* Troubleshooting (taking it all apart):: -* Minimal examples:: +* Updating old files:: +* Troubleshooting (taking it all apart):: +* Minimal examples:: @end menu @node Updating old files -- 2.39.5