X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Ffr%2Fnotation%2Fchords.itely;h=a0136a1da33a95fdd6e0cdefa7eb016e06441d76;hb=b6f94447415dded7c6e146b41b6139fe76cb84c4;hp=7ce650796d4cd67f7a3f1dfd748c2c6d2ac2b6c0;hpb=f80d5f1d8ff079cc14810efca44e109f2de977d1;p=lilypond.git diff --git a/Documentation/fr/notation/chords.itely b/Documentation/fr/notation/chords.itely index 7ce650796d..a0136a1da3 100644 --- a/Documentation/fr/notation/chords.itely +++ b/Documentation/fr/notation/chords.itely @@ -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