]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/expressive.itely
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / fr / notation / expressive.itely
index 75edc35e111e855a5e9ec346557e5f91271938dd..86e17b6486ffb8a337b0f4a2d188e8d3a628df31 100644 (file)
@@ -1,14 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: d0b51cc48c2d66efbd1cbdc682dd622e7a2a93f9
+    Translation of GIT committish: 53cff5245f682708a6c77d580f418ece2923c2e4
 
     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.17.25"
+@c \version "2.19.21"
 
 @c Translators: Valentin Villenave, Jean-Charles Malahieude
 @c Translation checkers: Jean-Charles Malahieude, John Mandereau
@@ -435,8 +435,8 @@ avec ou sans extenseur, ainsi que les indications de pédale.
 
 @lilypond[verbatim,quote]
 <<
-  \new Staff \relative c' {
-    c2 d4 e |
+  \new Staff \relative {
+    c'2 d4 e |
     c4 e e,2 |
     g'4 a g a |
     c1 |
@@ -508,7 +508,7 @@ Manuel d'initiation :
 Manuel de notation :
 @ref{Direction et positionnement},
 @ref{Personnalisation des indications de nuance},
-@ref{Contenu de la sortie MIDI},
+@ref{Amélioration du rendu MIDI},
 @ref{Gestion des nuances en MIDI}.
 
 Morceaux choisis :
@@ -534,8 +534,8 @@ consiste à utiliser un objet @code{\markup}.
 @lilypond[verbatim,quote]
 moltoF = \markup { molto \dynamic f }
 
-\relative c' {
-  <d e>16_\moltoF <d e>
+\relative {
+  <d' e>16_\moltoF <d e>
   <d e>2..
 }
 @end lilypond
@@ -559,8 +559,8 @@ roundF = \markup {
     \center-align \concat { \bold { \italic ( }
            \dynamic f \bold { \italic ) } } }
 boxF = \markup { \bracket { \dynamic f } }
-\relative c' {
-  c1_\roundF
+\relative {
+  c'1_\roundF
   c1_\boxF
 }
 @end lilypond
@@ -575,8 +575,8 @@ nuance.
 
 @lilypond[verbatim,quote]
 sfzp = #(make-dynamic-script "sfzp")
-\relative c' {
-  c4 c c\sfzp c
+\relative {
+  c'4 c c\sfzp c
 }
 @end lilypond
 
@@ -602,8 +602,8 @@ mfEspress = \markup { \center-align \line {
 roundFdynamic = #(make-dynamic-script roundF)
 boxFdynamic = #(make-dynamic-script boxF)
 mfEspressDynamic = #(make-dynamic-script mfEspress)
-\relative c' {
-  c4_\roundFdynamic\< d e f
+\relative {
+  c'4_\roundFdynamic\< d e f
   g,1~_\boxFdynamic\>
   g
   g'~\mfEspressDynamic
@@ -620,8 +620,8 @@ modalités.
 moltoF = #(make-dynamic-script
             (markup #:normal-text "molto"
                     #:dynamic "f"))
-\relative c' {
-  <d e>16 <d e>
+\relative {
+  <d' e>16 <d e>
   <d e>2..\moltoF
 }
 @end lilypond
@@ -634,8 +634,8 @@ moltoF = \tweak DynamicText.self-alignment-X #LEFT
          #(make-dynamic-script
             (markup #:normal-text "molto"
                     #:dynamic "f"))
-\relative c' {
-  <d e>16 <d e>
+\relative {
+  <d' e>16 <d e>
   <d e>2..\moltoF <d e>1
 }
 @end lilypond
@@ -647,7 +647,7 @@ L'utilisation des fontes en mode @emph{markup} est abordée au chapitre
 Manuel de notation :
 @ref{Mise en forme du texte},
 @ref{Sélection de la fonte et de la taille},
-@ref{Contenu de la sortie MIDI},
+@ref{Amélioration du rendu MIDI},
 @ref{Gestion des nuances en MIDI}.
 
 Morceaux choisis :
@@ -985,6 +985,13 @@ Les indications de respiration sont indiquées par la commande
 c2. \breathe d4
 @end lilypond
 
+Contrairement aux autres signes d'interprétation, une respiration n'est
+pas associée à la note qui la précède ; il s'agit d'un événement musical
+à part entière.  Par voie de conséquence, toute autre marque attachée à
+la note précédente, telle un crochet indiquant une ligature manuelle ou
+une parenthèse indiquant une liaison, doit impérativement se placer
+avant l'instruction @code{\breathe}.
+
 Un signe de respiration interrompt obligatoirement les ligatures, même
 automatiques.  Pour passer outre ce fonctionnement, voir
 @ref{Barres de ligature manuelles}.