]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/usage/lilypond-book.itely
Adds Slur_proto_engraver as a base class for Slur_engraver and Phrasing_slur_engraver.
[lilypond.git] / Documentation / fr / usage / lilypond-book.itely
index 296eb00851aa1227dccf1548a9ffae0ab5380d40..8c01668252a95d819dfbd7130c647a554fe146cb 100644 (file)
@@ -1,7 +1,7 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: eea3764cd6bbc78506261f78ed4e7745ac69df41
+    Translation of GIT committish: f199e875f7a7beb0afd17eae2038819baab767ff
 
     When revising a translation, copy the HEAD committish of the
     version that you are working on.  For details, see the Contributors'
@@ -9,7 +9,7 @@
 @end ignore
 
 
-@c \version "2.16.0"
+@c \version "2.17.11"
 
 @c Translators: Jean-Charles Malahieude
 @c Translation checkers:
@@ -100,7 +100,7 @@ Par exemple,
 
 \begin{lilypond}
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 \end{lilypond}
 
@@ -165,7 +165,7 @@ Par exemple,
 
 @lilypond
 \relative c' {
-  c2 e2 \times 2/3 { f8 a b } a2 e4
+  c2 e2 \tuplet 3/2 { f8 a b } a2 e4
 }
 @end lilypond