]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/changes.tely
Doc-fr: fix bad committishes
[lilypond.git] / Documentation / fr / changes.tely
index fb23fe68adf553e1840a3622c32486b465a31794..9556de55852ba8630d28bcb62b7f10f540deecf7 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 @ignore
-    Translation of GIT committish: b7fff49e6e45ba9d3e3b48df76fe36d60dab518c
+    Translation of GIT committish: 8e2eaf4959bec63a1128a444591a540f4f1e2937
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -72,6 +72,17 @@ which scares away people.
 
 @end ignore
 
+@item
+Il est désormais possible de déplacer des systèmes relativement à
+leur positionnement actuel, à l'aide de la sous-propriété
+@code{extra-offset} de
+@code{NonMusicalPaperColumn.line-break-system-details}, que ce soit sur
+l'axe horizontal ou vertical. Cette fonctionnalité s'avère très utile
+pour effectuer un léger ajustement dans le positionnement vertical par
+défaut d'un système particulier. Voir
+@ruser{Positionnement explicite des portées et systèmes} pour de plus
+amples explications.
+
 @item
 Il est désormais possible d'ajouter du texte à un crochet d'analyse,
 grâce à l'objet @code{HorizontalBracketText}.
@@ -87,7 +98,7 @@ grâce à l'objet @code{HorizontalBracketText}.
 {
   \once \override HorizontalBracketText.text = "a"
   c''\startGroup d''\stopGroup
-  e''-\tweak text "a'" \startGroup d''\stopGroup
+  e''-\tweak HorizontalBracketText.text "a'" \startGroup d''\stopGroup
 }
 @end lilypond