From 011ee8180f69fe3eb212dc8ac41d3cf4bdae6267 Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Sun, 28 Apr 2013 12:15:31 +0200 Subject: [PATCH] Doc-es: udpate Notation/Fretted, Notation/Text, Web/News-Front. --- .../es/notation/fretted-strings.itely | 106 +++++++++--------- Documentation/es/notation/text.itely | 12 +- Documentation/es/web/news-front.itexi | 6 +- 3 files changed, 67 insertions(+), 57 deletions(-) diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index b0dacdd2bd..933ed6a262 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: fbe8b9bf789f4a9833e1581dbb6ba4fce71a6cd2 + Translation of GIT committish: 25580682a08194862532dc53636148fb52de94c2 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -327,11 +327,11 @@ ties = \relative c' { \score { << \new StaffGroup << - \context Staff { + \new Staff { \clef "treble_8" \ties } - \context TabStaff { + \new TabStaff { \ties } >> @@ -366,11 +366,11 @@ ties = \relative c' { \score { << \new StaffGroup << - \context Staff { + \new Staff { \clef "treble_8" \ties } - \context TabStaff { + \new TabStaff { \hideSplitTiedTabNotes \ties } @@ -750,12 +750,12 @@ y cuerdas mudas (que no se tocan). @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;" @@ -774,12 +774,12 @@ la cadena de marcado del diagrama de trastes. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { f1 g } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram #"c:6-1-1;6-1;5-3;4-3;3-2;2-1;1-1;" @@ -802,12 +802,12 @@ se puede cambiar en la cadena de marcado @code{fret-diagram}. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { f1 g } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram #"s:1.5;c:6-1-1;6-1;5-3;4-3;3-2;2-1;1-1;" @@ -825,12 +825,12 @@ la cadena de marcado del diagrama. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { a1 } } - \context Staff { + \new Staff { % An 'A' chord for ukulele a'1^\markup { \fret-diagram #"w:4;4-2-2;3-1-1;2-o;1-o;" @@ -845,12 +845,12 @@ marcado del diagrama. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram #"f:1;6-x;5-3-3;4-2-2;3-o;2-1-1;1-o;" @@ -867,12 +867,12 @@ de marcado @code{fret-diagram}. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram #"d:0.35;6-x;5-3;4-2;3-o;2-1;1-o;" @@ -899,12 +899,12 @@ aire y números de traste. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram-terse #"x;3;2;o;1;o;" @@ -921,12 +921,12 @@ Se pueden incluir números de cejilla en la cadena de marcado escueta @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { f1 g } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram-terse #"1-(;3;3;2;1;1-);" @@ -944,12 +944,12 @@ escueta @code{fret-diagram-terse} @c Need to use override to enable fingerings to show this -- can we do so? @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string \clef "treble_8" 1^\markup { @@ -978,12 +978,12 @@ colocación un elemento sobre el diagrama de trastes. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context Staff { + \new Staff { \clef "treble_8" 1^\markup { \fret-diagram-verbose #'( @@ -1019,12 +1019,12 @@ bajo del diagrama de posición. @c \override is necessary to make fingering visible @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { f1 g c } } - \context Staff { + \new Staff { \clef "treble_8" \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string 1^\markup { @@ -1158,7 +1158,7 @@ en una tabla de búsqueda: @lilypond[verbatim, ragged-right, quote] \include "predefined-guitar-fretboards.ly" -\context FretBoards { +\new FretBoards { \chordmode { c1 d } @@ -1218,7 +1218,7 @@ bien usando el modo de acordes (véase @lilypond[verbatim, ragged-right,quote] \include "predefined-guitar-fretboards.ly" -\context FretBoards { +\new FretBoards { \chordmode { c1 } 1 } @@ -1244,10 +1244,10 @@ mychords = \chordmode{ } << - \context ChordNames { + \new ChordNames { \mychords } - \context FretBoards { + \new FretBoards { \mychords } >> @@ -1272,10 +1272,10 @@ mychordlist = { \transpose c e { \mychords } } << - \context ChordNames { + \new ChordNames { \mychordlist } - \context FretBoards { + \new FretBoards { \mychordlist } >> @@ -1302,10 +1302,10 @@ mychords = \chordmode{ } << - \context ChordNames { + \new ChordNames { \mychords } - \context FretBoards { + \new FretBoards { \mychords } >> @@ -1337,10 +1337,10 @@ mychords = \chordmode { } << - \context ChordNames { + \new ChordNames { \mychords } - \context FretBoards { + \new FretBoards { \mychords } >> @@ -1365,10 +1365,10 @@ mychords = \chordmode { } << - \context ChordNames { + \new ChordNames { \mychords } - \context FretBoards { + \new FretBoards { \mychords } >> @@ -1416,10 +1416,10 @@ mychords = \chordmode{ } << - \context ChordNames { + \new ChordNames { \mychords } - \context FretBoards { + \new FretBoards { \mychords } >> @@ -1483,16 +1483,16 @@ cuerdas y los trastes que se pueden usar para tocar las notas. @lilypond[quote,ragged-right,verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { f1 g } } - \context FretBoards { + \new FretBoards { 1 1 } - \context Staff { + \new Staff { \clef "treble_8" 1 1 @@ -1518,19 +1518,19 @@ con instrucciones predefinidas: #guitar-tuning #"x;3-1-(;5-2;5-3;5-4;3-1-1-);" << - \context ChordNames { + \new ChordNames { \chordmode { c1 c c } } - \context FretBoards { + \new FretBoards { 1 \predefinedFretboardsOff 1 \predefinedFretboardsOn 1 } - \context Staff { + \new Staff { \clef "treble_8" 1 1 @@ -1556,16 +1556,16 @@ FretBoard. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { c1 d:m } } - \context FretBoards { + \new FretBoards { 1 1 } - \context Staff { + \new Staff { \clef "treble_8" 1 1 @@ -1580,17 +1580,17 @@ contexto FretBoard se puede fijar con la propiedad @code{minimumFret}. @lilypond[quote, verbatim] << - \context ChordNames { + \new ChordNames { \chordmode { d1:m d:m } } - \context FretBoards { + \new FretBoards { 1 \set FretBoards.minimumFret = #5 1 } - \context Staff { + \new Staff { \clef "treble_8" 1 1 diff --git a/Documentation/es/notation/text.itely b/Documentation/es/notation/text.itely index d86f9d3d46..450a4cacb6 100644 --- a/Documentation/es/notation/text.itely +++ b/Documentation/es/notation/text.itely @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: a2431d97866b1042f133ca76dbcb1f70f89bf360 + Translation of GIT committish: b6f94447415dded7c6e146b41b6139fe76cb84c4 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -286,8 +286,18 @@ c1 c c c @end lilypond +@funindex \markLengthOn +@funindex markLengthOn +@funindex \markLengthOff +@funindex markLengthOff + +@predefined +@code{\markLengthOn}, +@code{\markLengthOff}. +@endpredefined @snippets + @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {printing-marks-at-the-end-of-a-line.ly} diff --git a/Documentation/es/web/news-front.itexi b/Documentation/es/web/news-front.itexi index c6fe0a1caf..3ba8a25e8e 100644 --- a/Documentation/es/web/news-front.itexi +++ b/Documentation/es/web/news-front.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: f05860757249e2ce03ac8a000f8ded60e8c39ba4 + Translation of GIT committish: cc383964e74eb7f43aa18f9f396c88df2bb7c8a3 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -18,9 +18,9 @@ @c used for news about the upcoming release; see CG 10.2 @newsItem -@subsubheading ¡Lanzado LilyPond 2.17.13! @emph{23 de febrero de 2013} +@subsubheading ¡Lanzado LilyPond 2.17.16! @emph{13 de abril de 2013} -Nos complace anunciar el lanzamiento de LilyPond 2.17.13. Esta +Nos complace anunciar el lanzamiento de LilyPond 2.17.16. Esta versión contiene el conjunto habitual de correcciones de fallos y ampliación de las funcionalidades, y contiene trabajos en desarrollo. Tendrá acceso a las últimas posibilidades, pero -- 2.39.2