]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/chords.itely
Tempo and Rehearsal marks horizontal positioning; issue 3279
[lilypond.git] / Documentation / fr / notation / chords.itely
index 7ce650796d4cd67f7a3f1dfd748c2c6d2ac2b6c0..a0136a1da33a95fdd6e0cdefa7eb016e06441d76 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: f8e7ac6dcdc5255d0c409ca68407f04dc8b98b99
+    Translation of GIT committish: 8c414087ca083dbc3cf789c2cf6f85c23b2f56cd
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -1191,31 +1191,3 @@ chiffrages adoptent des durées identiques.
   }
 >>
 @end lilypond
-
-Préserver l'ordre des prolongateurs peut s'avérer impossible lorsque
-plusieurs chiffrages qui se chevauchent en possèdent.
-
-@lilypond[verbatim,ragged-right,quote,relative=1]
-<<
-  { fis4 g g, e' }
-  \figures {
-    \bassFigureExtendersOn
-    <6 5>4 <5\! 4> < 5 _!> <6>
-  }
->>
-@end lilypond
-
-Ce problème peut être contourné en activant les prolongateurs derrière
-le chiffrage qui l'entame, puis en les désactivant derrière leur fin.
-
-@lilypond[verbatim,ragged-right,quote,relative=1]
-<<
-  { fis4 g g, e' }
-  \figures {
-    <6 5>4 <5 4>
-    \bassFigureExtendersOn
-    < 5 _!>4 <6>
-    \bassFigureExtendersOff
-  }
->>
-@end lilypond