From: Francisco Vila Date: Thu, 15 Sep 2011 10:41:01 +0000 (+0200) Subject: Doc-es: update Chords. X-Git-Tag: release/2.15.13-1~66 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b511e4700f17c41ed93750eb7385e9294d01f926;p=lilypond.git Doc-es: update Chords. That makes an output of _only_ 6172 lines for check-translation. --- diff --git a/Documentation/es/notation/chords.itely b/Documentation/es/notation/chords.itely index 8ce0c46a68..cc4738e577 100644 --- a/Documentation/es/notation/chords.itely +++ b/Documentation/es/notation/chords.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 2055f35c47a045a50a01ff4dba8524322cfc3b48 + Translation of GIT committish: 7770772b6101f60b28173fd68ceb701048016b21 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' @@ -524,6 +524,57 @@ Sin Acorde). } @end lilypond +@cindex transposición de acordes de guitarra para cejilla + +Si está ajustada la propiedad @code{capoPitch}, los acordes se +imprimen además transportados para una guitarra con la cejilla puesta +de la manera correspondiente. De forma predeterminada, los acordes se +imprimen sobre una línea, pero si está fijada la propiedad +@code{capoVertical}, os acordes se imprimen uno encima del otro. + +En make-pitch, deje el primer argumento como cero 0, el segundo +argumento es el intervalo (-2 es una tercera), y el tercer argumento +la ajusta un semitono arriba o abajo. + +@lilypond[verbatim,quote,ragged-right] +<< + \new ChordNames \chordmode { + c1 + r1 + g1 + c1 + \break + c1 + r1 + g1 + c1 + \break + c1 + r1 + g1 + c1 + } + \chordmode { + c1 + r1 + g1 + c1 + \break + \set ChordNames.capoPitch = #(ly:make-pitch 0 -2 -1/2) + c1 + r1 + g1 + c1 + \break + \set ChordNames.capoVertical = ##t + c1 + r1 + g1 + c1 + } +>> +@end lilypond + @snippets @c Keep index entries with following snippet