From: Francisco Vila Date: Tue, 3 May 2011 09:26:42 +0000 (+0200) Subject: Doc-es: update Fretted, Keyboards, Notation appendices, web/Introduction. X-Git-Tag: release/2.13.62-1~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=655a0ed869662fe6d236ebc0d96d599f2cd34526;p=lilypond.git Doc-es: update Fretted, Keyboards, Notation appendices, web/Introduction. --- diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index abced97ef0..9f63803a0e 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: 42f47af78202968f412a940f7ce9b3b1136fd236 + Translation of GIT committish: 5becf12f5ada67346f70ad8cfe68589466619305 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -1143,6 +1143,7 @@ Referencia de funcionamiento interno: @cindex diagramas de posiciones @cindex diagramas de posiciones de ukelele +@cindex diagramas de posiciones de mandolina @cindex diagramas de acordes @funindex FretBoards @@ -1190,6 +1191,25 @@ myChords = \chordmode { a1 a:m a:aug } } @end lilypond +Los diagramas de posiciones para la mandolina +están contenidos en el archivo +@file{predefined-mandolin-fretboards.ly}. + +@lilypond[verbatim, ragged-right, quote] +\include "predefined-mandolin-fretboards.ly" + +myChords = \chordmode { c1 c:m7.5- c:aug } + +\new ChordNames { + \myChords +} + +\new FretBoards { + \set stringTunings = #mandolin-tuning + \myChords +} +@end lilypond + Las notas de los acordes se pueden introducir como música simultánea o bien usando el modo de acordes (véase @ref{Panorámica del modo de acordes}). @@ -1435,7 +1455,8 @@ Referencia de la notación: Archivos de inicio: @file{ly/predefined-guitar-fretboards.ly}, @file{ly/predefined-guitar-ninth-fretboards.ly}, -@file{ly/predefined-ukulele-fretboards.ly}. +@file{ly/predefined-ukulele-fretboards.ly}, +@file{ly/predefined-mandolin-fretboards.ly}. Fragmentos de código: @rlsr{Fretted strings}. @@ -1946,5 +1967,5 @@ Fragmentos de código: @rlsr{Fretted strings}. Archivos de inicio: -@file{scm/output-lib.scm} contiene las afinaciones +@file{scm/string-tunings-init.scm} contiene las afinaciones predefinidas para el banjo. diff --git a/Documentation/es/notation/keyboards.itely b/Documentation/es/notation/keyboards.itely index d9c76e37a4..3ead54868f 100644 --- a/Documentation/es/notation/keyboards.itely +++ b/Documentation/es/notation/keyboards.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: ad45306c96de2b935cfd726d83590d644e73c68d + Translation of GIT committish: 104566603d933821fbdbb7696ef0b5bbd3fa0797 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -240,6 +240,12 @@ pueden resolver manualmente donde sea necesario, utilizando los métodos descritos en la sección @rlearning{Arreglar notación con superposiciones}. +@knownissues +El mecanismo para evitar las colisiones de barras de corchea no +funciona para las barras automáticas que terminan justo antes de un +cambio de pauta. Para hacer que ello funcione, utilice barrado +manual. + @seealso Manual de aprendizaje: @rlearning{Arreglar notación con superposiciones}. diff --git a/Documentation/es/notation/notation-appendices.itely b/Documentation/es/notation/notation-appendices.itely index 52f2f19860..1b55392fe3 100644 --- a/Documentation/es/notation/notation-appendices.itely +++ b/Documentation/es/notation/notation-appendices.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 17f11c2f5ab963bfb07b7652b4860dc4dda5540a + Translation of GIT committish: 5becf12f5ada67346f70ad8cfe68589466619305 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -441,6 +441,11 @@ El cuadro siguiente presenta los diagramas de traste predefinidos para ukelele. @lilypondfile{display-predefined-ukulele-fretboards.ly} +El siguiente cuadro presenta los diagramas de posiciones predefinidas +para la mandolina. + +@lilypondfile{display-predefined-mandolin-fretboards.ly} + @node Instrumentos MIDI @appendixsec Instrumentos MIDI @translationof MIDI instruments @@ -451,7 +456,6 @@ de los instrumentos que aparece aquí, de arriba a abajo empezando por la columna de la izquierda, corresponde a los 128 números de programa del estándar General MIDI. - @example acoustic grand contrabass lead 7 (fifths) bright acoustic tremolo strings lead 8 (bass+lead) diff --git a/Documentation/es/web/introduction.itexi b/Documentation/es/web/introduction.itexi index 901b9ac4ca..108c04c8bc 100644 --- a/Documentation/es/web/introduction.itexi +++ b/Documentation/es/web/introduction.itexi @@ -1,6 +1,6 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: f6bf37c38cba6b224187f910b03d1ddad76f88dd + Translation of GIT committish: d282588015bad1ed86833848a5bcbdc43cfdc9e5 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors'