]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/entering-several-tuplets-using-only-one--times-command.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / entering-several-tuplets-using-only-one--times-command.ly
index 235792efdde0e6c557b34188ac06f8ec4a43db5e..a62ba7649f838ebe833c5738a016385a4638191b 100644 (file)
@@ -5,6 +5,7 @@
 \header {
   lsrtags = "rhythms"
 
+%% Translation of GIT committish: 3644a70508f73e9204837cb07430225e55bd38f6
  doctitlees = "Escribir varios grupos especiales usando una sola instrucción \\times"
  texidoces = "
 La propiedad @code{tupletSpannerDuration} establece cuánto debe durar
@@ -22,7 +23,7 @@ Para ver más inforamción sobre @code{make-moment}, véase
 
 "
 
-%% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
+%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
   texidocde = "
 Die Eigenschaft @code{tupletSpannerDuration} bestimmt, wie lange jede
 der N-tolen innerhalb der Klammern nach dem @code{\\times}-Befehl
@@ -37,6 +38,21 @@ Mehr Information über @code{make-moment} gibt es in \"Verwaltung der Zeiteinhei
 "
   doctitlede = "Mehrere Triolen notieren, aber nur einmal \\times benutzen"
 
+
+%% Translation of GIT committish: e71f19ad847d3e94ac89750f34de8b6bb28611df
+  texidocfr = "
+La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de
+chaque crochet.  Avec elle, vous pouvez faire plusieurs nolets en ne
+tapant @code{\times} qu'une fois, ce qui évite une longue saisie.  
+
+Dans l'exemple suivant, deux triolets sont imprimés avec une seule fonction
+@code{\times}.
+
+Pour plus d'information sur @code{make-moment}, voir @ref{Time administration}.
+
+"
+  doctitlefr = "Plusieurs triolets avec une seule commande \\times"
+
   texidoc = "
 The property @code{tupletSpannerDuration} sets how long each of the
 tuplets contained within the brackets after @code{\\times} should last.
@@ -59,3 +75,4 @@ administration\".
   \set tupletSpannerDuration = #(ly:make-moment 1 4)
   \times 2/3 { c8 c c c c c }
 }
+