X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ffr%2Fnotation%2Ffretted-strings.itely;h=9aaf2b6bb7637e224b6ab8e090852c8c53938841;hb=23108a9515e7f76b44fac0b323afb169d708bfa1;hp=1f7eb667a713c6f171f52f568541b8b9ea0b471a;hpb=dcddb2c1a9126b5987ab04b62c867c5f4524881d;p=lilypond.git diff --git a/Documentation/fr/notation/fretted-strings.itely b/Documentation/fr/notation/fretted-strings.itely index 1f7eb667a7..9aaf2b6bb7 100644 --- a/Documentation/fr/notation/fretted-strings.itely +++ b/Documentation/fr/notation/fretted-strings.itely @@ -1,14 +1,14 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*- @ignore - Translation of GIT committish: 049bdd90b5ae67fe463bf85e926c2eabf51acf74 + Translation of GIT committish: f8e7ac6dcdc5255d0c409ca68407f04dc8b98b99 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.11" @c Translators: Matthieu Jacquot @c Translation checkers: Jean-Charles Malahieude @@ -252,7 +252,7 @@ corde à vide aura toujours préséance. Ce comportement se modifie par l'activation de @code{restrainOpenStrings}. @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,8 +385,6 @@ ties = \relative c' { @cindex harmoniques, indication en tablature @cindex tablature et indication d'harmoniques -@cindex glissando, indication en tablature -@cindex tablature et glissando @funindex \harmonic @funindex \harmonicByFret @@ -396,7 +394,7 @@ Les indications de sons harmoniques ainsi que les glissandos peuvent être ajoutés aux tablatures. @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber #'stencil = ##f } +\layout { \override Voice.StringNumber.stencil = ##f } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -471,9 +469,14 @@ ratioHarmonics = { @lilypondfile[verbatim,quote,texidoc,doctitle] {fretted-string-harmonics-in-tablature.ly} +@cindex glissando, indication en tablature +@cindex tablature et glissando + @lilypondfile[verbatim,quote,texidoc,doctitle] {slides-in-tablature.ly} +@cindex accord et glissando + @lilypondfile[verbatim,quote,texidoc,doctitle] {chord-glissando-in-tablature.ly} @@ -548,7 +551,7 @@ basse, il sonnera donc une octave en dessous de ce qui est écrit. @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber #'stencil = ##f + \override StringNumber.stencil = ##f } { \clef "bass_8" \relative c, { @@ -935,8 +938,7 @@ Les indications de doigtés peuvent être inclus dans l'interface } } \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;" @@ -1012,8 +1014,7 @@ la plus basse du diagramme d'accord. } \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) @@ -1677,7 +1678,7 @@ Cet exemple montre comment indiquer les positions et les barrés : \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 @@ -1708,7 +1709,7 @@ détaillés grâce à des indications textuelles. @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 @@ -1722,7 +1723,7 @@ music = \relative c' { < b\3 \deadNote d\2 b'\1 > < c\3 \deadNote e\2 c'\1 > \deadNotesOn - \times 2/3 { g8 b e } + \tuplet 3/2 { g8 b e } \deadNotesOff < a,\3 c\2 e\1 >1 }