LEFT | RIGHT |
(no file at all) | |
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- | 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- |
2 | 2 |
3 @ignore | 3 @ignore |
4 Translation of GIT committish: 9f1c61a1ea1f5c01e7beb5da14b947a6ae0fb3db | 4 Translation of GIT committish: 9f1c61a1ea1f5c01e7beb5da14b947a6ae0fb3db |
5 | 5 |
6 When revising a translation, copy the HEAD committish of the | 6 When revising a translation, copy the HEAD committish of the |
7 version that you are working on. For details, see the Contributors' | 7 version that you are working on. For details, see the Contributors' |
8 Guide, node Updating translation committishes.. | 8 Guide, node Updating translation committishes.. |
9 @end ignore | 9 @end ignore |
10 | 10 |
11 @c \version "2.16.0" | 11 @c \version "2.17.6" |
12 | 12 |
13 @node Instrumentos de cuerda con trastes | 13 @node Instrumentos de cuerda con trastes |
14 @section Instrumentos de cuerda con trastes | 14 @section Instrumentos de cuerda con trastes |
15 @translationof Fretted string instruments | 15 @translationof Fretted string instruments |
16 | 16 |
17 @lilypondfile[quote]{fretted-headword.ly} | 17 @lilypondfile[quote]{fretted-headword.ly} |
18 | 18 |
19 Esta sección trata varios aspectos de la notación musical que son | 19 Esta sección trata varios aspectos de la notación musical que son |
20 exclusivos de los instrumentos de cuerda con trastes. | 20 exclusivos de los instrumentos de cuerda con trastes. |
21 | 21 |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 indicaciones de número de cuerda aparezcan en la notación tradicional, | 246 indicaciones de número de cuerda aparezcan en la notación tradicional, |
247 podemos sobreescribir el sello correspondiente. Generalmente es mucho | 247 podemos sobreescribir el sello correspondiente. Generalmente es mucho |
248 más cómodo definir la posición utilizando el valor de | 248 más cómodo definir la posición utilizando el valor de |
249 @code{minimumFret}. El valor predeterminado de es 0. | 249 @code{minimumFret}. El valor predeterminado de es 0. |
250 | 250 |
251 Incluso si @code{minimumFret} está establecido, se usan las cuerdas al | 251 Incluso si @code{minimumFret} está establecido, se usan las cuerdas al |
252 aire siempre que sea posible. Este comportamiento se puede cambiar | 252 aire siempre que sea posible. Este comportamiento se puede cambiar |
253 fijando @code{restrainOpenStrings} al valor @code{#t}. | 253 fijando @code{restrainOpenStrings} al valor @code{#t}. |
254 | 254 |
255 @lilypond[quote,ragged-right,verbatim] | 255 @lilypond[quote,ragged-right,verbatim] |
256 \layout { \override Voice.StringNumber #'stencil = ##f } | 256 \layout { \override Voice.StringNumber.stencil = ##f } |
257 \new StaffGroup << | 257 \new StaffGroup << |
258 \new Staff \relative c { | 258 \new Staff \relative c { |
259 \clef "treble_8" | 259 \clef "treble_8" |
260 \time 2/4 | 260 \time 2/4 |
261 c16 d e f g4 | 261 c16 d e f g4 |
262 c,16\5 d\5 e\4 f\4 g4\4 | 262 c,16\5 d\5 e\4 f\4 g4\4 |
263 c,16 d e f g4 | 263 c,16 d e f g4 |
264 } | 264 } |
265 \new TabStaff \relative c { | 265 \new TabStaff \relative c { |
266 c16 d e f g4 | 266 c16 d e f g4 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 @cindex tablatura y deslizamientos | 389 @cindex tablatura y deslizamientos |
390 @cindex glissandos de acordes | 390 @cindex glissandos de acordes |
391 @funindex \harmonic | 391 @funindex \harmonic |
392 @funindex \harmonicByFret | 392 @funindex \harmonicByFret |
393 @funindex \harmonicByRatio | 393 @funindex \harmonicByRatio |
394 | 394 |
395 Se pueden añadir indicaciones de armónicos a la notación de tablatura | 395 Se pueden añadir indicaciones de armónicos a la notación de tablatura |
396 como sus alturas de sonido: | 396 como sus alturas de sonido: |
397 | 397 |
398 @lilypond[verbatim,quote] | 398 @lilypond[verbatim,quote] |
399 \layout { \override Voice.StringNumber #'stencil = ##f } | 399 \layout { \override Voice.StringNumber.stencil = ##f } |
400 firstHarmonic = { | 400 firstHarmonic = { |
401 d'4\4\harmonic | 401 d'4\4\harmonic |
402 g'4\3\harmonic | 402 g'4\3\harmonic |
403 b'2\2\harmonic | 403 b'2\2\harmonic |
404 } | 404 } |
405 \score { | 405 \score { |
406 << | 406 << |
407 \new Staff { | 407 \new Staff { |
408 \clef "treble_8" | 408 \clef "treble_8" |
409 \firstHarmonic | 409 \firstHarmonic |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 | 546 |
547 LilyPond trae afinaciones predefinidas para el banjo, la mandolina, la | 547 LilyPond trae afinaciones predefinidas para el banjo, la mandolina, la |
548 guitarra, el bajo, el ukelele, el violín, la viola, el violoncello y | 548 guitarra, el bajo, el ukelele, el violín, la viola, el violoncello y |
549 el contrabajo. LilyPond establece automáticamente la transposición | 549 el contrabajo. LilyPond establece automáticamente la transposición |
550 correcta para las afinaciones predefinidas. El ejemplo siguiente es | 550 correcta para las afinaciones predefinidas. El ejemplo siguiente es |
551 para bajo, que suena una octava por debajo de lo escrito. | 551 para bajo, que suena una octava por debajo de lo escrito. |
552 | 552 |
553 @lilypond[quote,ragged-right,verbatim] | 553 @lilypond[quote,ragged-right,verbatim] |
554 << | 554 << |
555 \new Voice \with { | 555 \new Voice \with { |
556 \override StringNumber #'stencil = ##f | 556 \override StringNumber.stencil = ##f |
557 } { | 557 } { |
558 \clef "bass_8" | 558 \clef "bass_8" |
559 \relative c, { | 559 \relative c, { |
560 c4 d e f | 560 c4 d e f |
561 } | 561 } |
562 } | 562 } |
563 \new TabStaff \with { | 563 \new TabStaff \with { |
564 stringTunings = #bass-tuning | 564 stringTunings = #bass-tuning |
565 } { | 565 } { |
566 \relative c, { | 566 \relative c, { |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
941 | 941 |
942 @c Need to use override to enable fingerings to show this -- can we do so? | 942 @c Need to use override to enable fingerings to show this -- can we do so? |
943 @lilypond[quote, verbatim] | 943 @lilypond[quote, verbatim] |
944 << | 944 << |
945 \context ChordNames { | 945 \context ChordNames { |
946 \chordmode { | 946 \chordmode { |
947 c1 d:m | 947 c1 d:m |
948 } | 948 } |
949 } | 949 } |
950 \context Staff { | 950 \context Staff { |
951 \override Voice.TextScript | 951 \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string |
952 #'(fret-diagram-details finger-code) = #'below-string | |
953 \clef "treble_8" | 952 \clef "treble_8" |
954 <c e g c' e'>1^\markup { | 953 <c e g c' e'>1^\markup { |
955 \fret-diagram-terse #"x;3-3;2-2;o;1-1;o;" | 954 \fret-diagram-terse #"x;3-3;2-2;o;1-1;o;" |
956 } | 955 } |
957 <d a d' f'>1^\markup { | 956 <d a d' f'>1^\markup { |
958 \fret-diagram-terse #"x;x;o;2-2;3-3;1-1;" | 957 \fret-diagram-terse #"x;x;o;2-2;3-3;1-1;" |
959 } | 958 } |
960 } | 959 } |
961 >> | 960 >> |
962 @end lilypond | 961 @end lilypond |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1018 @c \override is necessary to make fingering visible | 1017 @c \override is necessary to make fingering visible |
1019 @lilypond[quote, verbatim] | 1018 @lilypond[quote, verbatim] |
1020 << | 1019 << |
1021 \context ChordNames { | 1020 \context ChordNames { |
1022 \chordmode { | 1021 \chordmode { |
1023 f1 g c | 1022 f1 g c |
1024 } | 1023 } |
1025 } | 1024 } |
1026 \context Staff { | 1025 \context Staff { |
1027 \clef "treble_8" | 1026 \clef "treble_8" |
1028 \override Voice.TextScript | 1027 \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string |
1029 #'(fret-diagram-details finger-code) = #'below-string | |
1030 <f, c f a c' f'>1^\markup { | 1028 <f, c f a c' f'>1^\markup { |
1031 \fret-diagram-verbose #'( | 1029 \fret-diagram-verbose #'( |
1032 (place-fret 6 1) | 1030 (place-fret 6 1) |
1033 (place-fret 5 3) | 1031 (place-fret 5 3) |
1034 (place-fret 4 3) | 1032 (place-fret 4 3) |
1035 (place-fret 3 2) | 1033 (place-fret 3 2) |
1036 (place-fret 2 1) | 1034 (place-fret 2 1) |
1037 (place-fret 1 1) | 1035 (place-fret 1 1) |
1038 (barre 6 1 1) | 1036 (barre 6 1 1) |
1039 ) | 1037 ) |
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1713 @cindex posición y cejilla, indicación para instrumentos de trastes | 1711 @cindex posición y cejilla, indicación para instrumentos de trastes |
1714 @cindex trastes, instrumentos de, indicación de la posición y cejilla | 1712 @cindex trastes, instrumentos de, indicación de la posición y cejilla |
1715 | 1713 |
1716 Este ejemplo muestra cómo incluir indicaciones de posición y cejilla | 1714 Este ejemplo muestra cómo incluir indicaciones de posición y cejilla |
1717 de guitarra: | 1715 de guitarra: |
1718 | 1716 |
1719 @lilypond[quote,ragged-right,verbatim,relative=0] | 1717 @lilypond[quote,ragged-right,verbatim,relative=0] |
1720 \clef "treble_8" | 1718 \clef "treble_8" |
1721 b16 d g b e | 1719 b16 d g b e |
1722 \textSpannerDown | 1720 \textSpannerDown |
1723 \override TextSpanner #'(bound-details left text) = #"XII " | 1721 \override TextSpanner.bound-details.left.text = #"XII " |
1724 g16\startTextSpan | 1722 g16\startTextSpan |
1725 b16 e g e b g\stopTextSpan | 1723 b16 e g e b g\stopTextSpan |
1726 e16 b g d | 1724 e16 b g d |
1727 @end lilypond | 1725 @end lilypond |
1728 | 1726 |
1729 @seealso | 1727 @seealso |
1730 Referencia de la notación: | 1728 Referencia de la notación: |
1731 @ref{Extensiones de texto}. | 1729 @ref{Extensiones de texto}. |
1732 | 1730 |
1733 Fragmentos de código: | 1731 Fragmentos de código: |
(...skipping 10 matching lines...) Expand all Loading... |
1744 @cindex tapadas, notas, en instrumentos de trastes | 1742 @cindex tapadas, notas, en instrumentos de trastes |
1745 @cindex armónicos en instrumentos de trastes | 1743 @cindex armónicos en instrumentos de trastes |
1746 | 1744 |
1747 Se pueden usar cabezas de nota especiales para indicar notas apagadas | 1745 Se pueden usar cabezas de nota especiales para indicar notas apagadas |
1748 o armónicos. Los armónicos se suelen explicar de forma más completa | 1746 o armónicos. Los armónicos se suelen explicar de forma más completa |
1749 con un marcado de texto. | 1747 con un marcado de texto. |
1750 | 1748 |
1751 @lilypond[quote,ragged-right,verbatim] | 1749 @lilypond[quote,ragged-right,verbatim] |
1752 \relative c' { | 1750 \relative c' { |
1753 \clef "treble_8" | 1751 \clef "treble_8" |
1754 \override Staff.NoteHead #'style = #'harmonic-mixed | 1752 \override Staff.NoteHead.style = #'harmonic-mixed |
1755 d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1 | 1753 d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1 |
1756 } | 1754 } |
1757 @end lilypond | 1755 @end lilypond |
1758 | 1756 |
1759 Las notas tapadas (llamadas también @notation{notas muertas}) están | 1757 Las notas tapadas (llamadas también @notation{notas muertas}) están |
1760 contempladas dentro de los pentagramas normales y de tablatura: | 1758 contempladas dentro de los pentagramas normales y de tablatura: |
1761 | 1759 |
1762 @lilypond[quote,ragged-right,verbatim] | 1760 @lilypond[quote,ragged-right,verbatim] |
1763 music = \relative c' { | 1761 music = \relative c' { |
1764 < a\3 \deadNote c\2 a'\1 >4 | 1762 < a\3 \deadNote c\2 a'\1 >4 |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1959 @example | 1957 @example |
1960 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning) | 1958 \set TabStaff.stringTunings = #(four-string-banjo banjo-c-tuning) |
1961 @end example | 1959 @end example |
1962 | 1960 |
1963 @seealso | 1961 @seealso |
1964 Archivos de inicio: | 1962 Archivos de inicio: |
1965 @file{ly/string-tunings-init.ly} | 1963 @file{ly/string-tunings-init.ly} |
1966 | 1964 |
1967 Fragmentos de código: | 1965 Fragmentos de código: |
1968 @rlsr{Fretted strings}. | 1966 @rlsr{Fretted strings}. |
LEFT | RIGHT |