X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fes%2Fnotation%2Ffretted-strings.itely;h=71a2be2061e486e719fbad66b0ce74b16b168527;hb=3dc4c9d602e4a0580d9e9720488c9d15d7f83970;hp=661152715a2f4060567e4e83168de335bac37094;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index 661152715a..71a2be2061 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -1,14 +1,14 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @ignore - Translation of GIT committish: 9f1c61a1ea1f5c01e7beb5da14b947a6ae0fb3db + Translation of GIT committish: 35d50e2609b995f7593a48c478b7993933b653d7 When revising a translation, copy the HEAD committish of the version that you are working on. For details, see the Contributors' Guide, node Updating translation committishes.. @end ignore -@c \version "2.16.0" +@c \version "2.17.6" @node Instrumentos de cuerda con trastes @section Instrumentos de cuerda con trastes @@ -253,7 +253,7 @@ aire siempre que sea posible. Este comportamiento se puede cambiar fijando @code{restrainOpenStrings} al valor @code{#t}. @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber #'stencil = ##f } +\layout { \override Voice.StringNumber.stencil = ##f } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -385,9 +385,6 @@ ties = \relative c' { @cindex armónicos en tablatura @cindex tablatura y armónicos -@cindex deslizamientos en notación de tablatura -@cindex tablatura y deslizamientos -@cindex glissandos de acordes @funindex \harmonic @funindex \harmonicByFret @funindex \harmonicByRatio @@ -396,7 +393,7 @@ Se pueden añadir indicaciones de armónicos a la notación de tablatura como sus alturas de sonido: @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber #'stencil = ##f } +\layout { \override Voice.StringNumber.stencil = ##f } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -404,7 +401,10 @@ firstHarmonic = { } \score { << - \new Staff { \firstHarmonic } + \new Staff { + \clef "treble_8" + \firstHarmonic + } \new TabStaff { \firstHarmonic } >> } @@ -426,7 +426,10 @@ fretHarmonics = { } \score { << - \new Staff { \fretHarmonics } + \new Staff { + \clef "treble_8" + \fretHarmonics + } \new TabStaff { \fretHarmonics } >> } @@ -444,7 +447,10 @@ ratioHarmonics = { } \score { << - \new Staff { \ratioHarmonics } + \new Staff { + \clef "treble_8" + \ratioHarmonics + } \new TabStaff { \ratioHarmonics } >> } @@ -463,9 +469,14 @@ ratioHarmonics = { @lilypondfile[verbatim,quote,texidoc,doctitle] {fretted-string-harmonics-in-tablature.ly} +@cindex deslizamientos en notación de tablatura +@cindex tablatura y deslizamientos + @lilypondfile[verbatim,quote,texidoc,doctitle] {slides-in-tablature.ly} +@cindex glissandos en acordes + @lilypondfile[verbatim,quote,texidoc,doctitle] {chord-glissando-in-tablature.ly} @@ -544,7 +555,7 @@ para bajo, que suena una octava por debajo de lo escrito. @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber #'stencil = ##f + \override StringNumber.stencil = ##f } { \clef "bass_8" \relative c, { @@ -939,8 +950,7 @@ escueta @code{fret-diagram-terse} } } \context Staff { - \override Voice.TextScript - #'(fret-diagram-details finger-code) = #'below-string + \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string \clef "treble_8" 1^\markup { \fret-diagram-terse #"x;3-3;2-2;o;1-1;o;" @@ -1016,8 +1026,7 @@ bajo del diagrama de posición. } \context Staff { \clef "treble_8" - \override Voice.TextScript - #'(fret-diagram-details finger-code) = #'below-string + \override Voice.TextScript.fret-diagram-details.finger-code = #'below-string 1^\markup { \fret-diagram-verbose #'( (place-fret 6 1) @@ -1039,7 +1048,7 @@ bajo del diagrama de posición. (place-fret 1 3 3) ) } - 1^\markup { + 1^\markup { \fret-diagram-verbose #'( (capo 3) (mute 6) @@ -1711,7 +1720,7 @@ de guitarra: \clef "treble_8" b16 d g b e \textSpannerDown -\override TextSpanner #'(bound-details left text) = #"XII " +\override TextSpanner.bound-details.left.text = #"XII " g16\startTextSpan b16 e g e b g\stopTextSpan e16 b g d @@ -1742,7 +1751,7 @@ con un marcado de texto. @lilypond[quote,ragged-right,verbatim] \relative c' { \clef "treble_8" - \override Staff.NoteHead #'style = #'harmonic-mixed + \override Staff.NoteHead.style = #'harmonic-mixed d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} 1 } @end lilypond