]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/expressive.itely
Doc-es: update Notation/Rhythms, Simultaneous, Spacing, Text, Vocal.
[lilypond.git] / Documentation / fr / notation / expressive.itely
index 2b979e262b9ff4beaa672583fbde756b3ee96f09..1d8b21a53a9ff4a05b69846d27481e0b746995ac 100644 (file)
@@ -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.6"
 
 @c Translators: Valentin Villenave, Jean-Charles Malahieude
 @c Translation checkers: Jean-Charles Malahieude, John Mandereau
@@ -16,7 +16,7 @@
 
 @node Signes d'interprétation
 @section Signes d'interprétation
-@translationof Expressive marks
+10@translationof Expressive marks
 
 @lilypondfile[quote]{expressive-headword.ly}
 
@@ -173,8 +173,8 @@ objet @code{MultiMeasureRestText} rattaché à ce @qq{silence
 multimesures}.
 
 @lilypond[verbatim,quote,relative=2]
-\override Script #'color = #red
-\override MultiMeasureRestText #'color = #blue
+\override Script.color = #red
+\override MultiMeasureRestText.color = #blue
 a2\fermata r\fermata
 R1\fermataMarkup
 @end lilypond
@@ -616,6 +616,20 @@ moltoF = #(make-dynamic-script
 }
 @end lilypond
 
+L'utilisation d'un @code{\tweak} permettra d'aligner par la gauche
+cette nuance textuelle sur la tête de note, plutôt qu'un centrage :
+
+@lilypond[verbatim,quote]
+moltoF = \tweak DynamicText.self-alignment-X #LEFT
+         #(make-dynamic-script
+            (markup #:normal-text "molto"
+                    #:dynamic "f"))
+\relative c' {
+  <d e>16 <d e>
+  <d e>2..\moltoF <d e>1
+}
+@end lilypond
+
 L'utilisation des fontes en mode @emph{markup} est abordée au chapitre
 @ref{Sélection de la fonte et de la taille}.
 
@@ -978,6 +992,11 @@ voir @ref{Divisions}.
 @lilypondfile[verbatim,quote,texidoc,doctitle]
 {changing-the-breath-mark-symbol.ly}
 
+@cindex coche
+
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{using-a-tick-as-the-breath-mark-symbol.ly}
+
 @cindex césure
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
@@ -1069,6 +1088,47 @@ la première note.
 @lilypond[verbatim,quote,relative=2]
 g2\glissando g'
 c2\glissando c,
+\afterGrace f,1\glissando f'16
+@end lilypond
+
+Un glissando peut intervenir au moment d'un changement de portée :
+
+@lilypond[verbatim,quote]
+\new PianoStaff <<
+  \new Staff = "right" {
+    e'''2\glissando
+    \change Staff = "left"
+    a,,4\glissando
+    \change Staff = "right"
+    b''8 r |
+  }
+  \new Staff = "left" {
+    \clef bass
+    s1
+  }
+>>
+@end lilypond
+
+Un glissando peut affecter des notes d'un accord.  En dehors du cas où
+les notes des deux accords sont reliées directement l'une à l'autre, les
+relations s'établissent à l'aide de la commande @code{\glissandoMap} ;
+les notes d'un accord sont numérotées à partir de zéro et dans leur
+ordre d'apparition dans le fichier @file{.ly}.
+
+@lilypond[verbatim,quote,relative=2]
+<c, e>1\glissando g' |
+<c, e>1\glissando |
+<g' b> |
+\break
+\set glissandoMap = #'((0 . 1) (1 . 0))
+<c, g'>1\glissando |
+<d a'> |
+\set glissandoMap = #'((0 . 0) (0 . 1) (0 . 2))
+c1\glissando |
+<d f a> |
+\set glissandoMap = #'((2 . 0) (1 . 0) (0 . 1))
+<f d a'>1\glissando |
+<c c'> |
 @end lilypond
 
 Un glissando est indiqué graphiquement, par une ligne ou des
@@ -1077,10 +1137,16 @@ vaguelettes -- voir @ref{Styles de ligne}.
 @snippets
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
-{glissandi-can-skip-grobs.ly}
+{contemporary-glissando.ly}
 
 @lilypondfile[verbatim,quote,texidoc,doctitle]
-{contemporary-glissando.ly}
+{adding-timing-marks-to-long-glissandi.ly}
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{making-glissandi-breakable.ly}
+@lilypondfile[verbatim,quote,texidoc,doctitle]
+{extending-glissandi-across-repeats.ly}
 
 @seealso
 Glossaire musicologique :