summaryrefslogtreecommitdiff
path: root/Documentation/fr
diff options
context:
space:
mode:
authorJean-Charles Malahieude <lilyfan@orange.fr>2016-07-16 13:44:42 +0200
committerJean-Charles Malahieude <lilyfan@orange.fr>2016-07-16 13:44:42 +0200
commit3d18bd4f5a9ca5a87d3065cf745b145de8c7bc4e (patch)
treef8d5fc30bd2870d59fe476c1337196d163d94e08 /Documentation/fr
parentdb92af51a444062c8edaef3afa36f57375b8feeb (diff)
Doc-fr : sync with master
Diffstat (limited to 'Documentation/fr')
-rw-r--r--Documentation/fr/learning/tweaks.itely2
-rw-r--r--Documentation/fr/notation/changing-defaults.itely2
-rw-r--r--Documentation/fr/notation/chords.itely18
-rw-r--r--Documentation/fr/notation/input.itely2
-rw-r--r--Documentation/fr/notation/rhythms.itely2
-rw-r--r--Documentation/fr/texidocs/engravers-one-by-one.texidoc2
6 files changed, 16 insertions, 12 deletions
diff --git a/Documentation/fr/learning/tweaks.itely b/Documentation/fr/learning/tweaks.itely
index 48254cb109..cbe04d3f1e 100644
--- a/Documentation/fr/learning/tweaks.itely
+++ b/Documentation/fr/learning/tweaks.itely
@@ -1,7 +1,7 @@
@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
@ignore
- Translation of GIT committish: a1267e20afa61258ce3031f07d916e0e66ac6582
+ Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
When revising a translation, copy the HEAD committish of the
version that you are working on. For details, see the Contributors'
diff --git a/Documentation/fr/notation/changing-defaults.itely b/Documentation/fr/notation/changing-defaults.itely
index 59e78383dc..e06da3fe1a 100644
--- a/Documentation/fr/notation/changing-defaults.itely
+++ b/Documentation/fr/notation/changing-defaults.itely
@@ -1,7 +1,7 @@
@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
@ignore
- Translation of GIT committish: a1267e20afa61258ce3031f07d916e0e66ac6582
+ Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
When revising a translation, copy the HEAD committish of the
version that you are working on. For details, see the Contributors'
diff --git a/Documentation/fr/notation/chords.itely b/Documentation/fr/notation/chords.itely
index dc1d009e77..89b7015f1d 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: 8cce5dd067a8a2bab508f5abebc3955db8837bbf
+ Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
When revising a translation, copy the HEAD committish of the
version that you are working on. For details, see the Contributors'
@@ -861,8 +861,8 @@ Morceaux choisis :
le mode de chiffrage. De plus amples informations quant aux différents
modes sont regroupées à la rubrique @ref{Modes de saisie}.
-En mode de saisie, un chiffrage est délimité par @code{<} et
-@code{>}. La durée est indiquée après le @code{>} :
+En mode de saisie, un chiffrage est délimité par @code{<} et @code{>}.
+La durée est indiquée après le @code{>} :
@lilypond[verbatim,quote,ragged-right]
\new FiguredBass {
@@ -872,12 +872,16 @@ En mode de saisie, un chiffrage est délimité par @code{<} et
}
@end lilypond
-Une altération -- y compris un bécarre -- peut s'attacher à un
-chiffre :
+Une altération -- y compris un bécarre -- permet de modifier l'un des
+degrés, en adjoignant un @code{+} (dièse), un @code{-} (bémol) ou un
+@code{!} (bécarre) au chiffre considéré. Une altération double
+s'obtient en doublant le modificateur. Le chiffre est souvent omis
+lorsque la tierce est modifiée, ce qui s'obtient en utilisant un
+@code{_} en lieu et place du chiffre.
@lilypond[verbatim,quote,ragged-right]
\figures {
- <7! 6+ 4-> <5++> <3-->
+ <7! 6+ 4-> <5++> <3--> < _+ > < 7 _!>
}
@end lilypond
@@ -898,7 +902,7 @@ une @qq{petite sixte} :
}
@end lilypond
-Vous pouvez insérer un espace ou ajouter des crochets :
+Vous pouvez insérer des crochets :
@lilypond[verbatim,quote,ragged-right]
\figures {
diff --git a/Documentation/fr/notation/input.itely b/Documentation/fr/notation/input.itely
index 96e0d441d8..5bff0ae3c6 100644
--- a/Documentation/fr/notation/input.itely
+++ b/Documentation/fr/notation/input.itely
@@ -1,7 +1,7 @@
@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
@ignore
- Translation of GIT committish: 4c31c117565b1c7dd78e606fceb7cba354f2859a
+ Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
When revising a translation, copy the HEAD committish of the
version that you are working on. For details, see the Contributors'
diff --git a/Documentation/fr/notation/rhythms.itely b/Documentation/fr/notation/rhythms.itely
index 09fa0d7834..17d3de9782 100644
--- a/Documentation/fr/notation/rhythms.itely
+++ b/Documentation/fr/notation/rhythms.itely
@@ -1,7 +1,7 @@
@c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
@ignore
- Translation of GIT committish: a1267e20afa61258ce3031f07d916e0e66ac6582
+ Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
When revising a translation, copy the HEAD committish of the
version that you are working on. For details, see the Contributors'
diff --git a/Documentation/fr/texidocs/engravers-one-by-one.texidoc b/Documentation/fr/texidocs/engravers-one-by-one.texidoc
index 2e5ae63fbc..c972ed91d3 100644
--- a/Documentation/fr/texidocs/engravers-one-by-one.texidoc
+++ b/Documentation/fr/texidocs/engravers-one-by-one.texidoc
@@ -1,4 +1,4 @@
-%% Translation of GIT committish: 8eae9a75fb3ec1d0b6633103c8a652608c8fa630
+%% Translation of GIT committish: db92af51a444062c8edaef3afa36f57375b8feeb
texidocfr = "
Pour appréhender la notation, nous l'avons disséquée en éléments
simples : chaque type de symbole est géré par un module différent.