]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly
Merge branch 'lilypond/translation' into staging
[lilypond.git] / Documentation / snippets / entering-several-tuplets-using-only-one--times-command.ly
index e0f5de249feb723494729a02aa672017eb0ce3c1..52360f3dfb22e6675b54cc7284b0e1aa0e37f468 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.16"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms"
+  lsrtags = "syntax-and-expressions, rhythms"
 
-%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
  doctitlees = "Escribir varios grupos especiales usando una sola instrucción \\times"
  texidoces = "
 La propiedad @code{tupletSpannerDuration} establece cuánto debe durar
@@ -24,6 +27,7 @@ correspondiente del manual de Referencia de la Notación.
 
 "
 
+
 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
 Die Eigenschaft @code{tupletSpannerDuration} bestimmt, wie lange jede
@@ -40,7 +44,8 @@ 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: 4da4307e396243a5a3bc33a0c2753acac92cb685
+
+%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
   texidocfr = "
 La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de
 chaque crochet.  Avec elle, vous pouvez faire plusieurs nolets en ne
@@ -49,7 +54,8 @@ 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 la section appropriée du manuel de notation.
+Pour plus d'information sur @code{make-moment}, voir la section
+appropriée du manuel de notation.
 
 "
   doctitlefr = "Plusieurs triolets avec une seule commande \\times"
@@ -71,6 +77,7 @@ information about @code{ly:make-moment}.
   doctitle = "Entering several tuplets using only one \\times command"
 } % begin verbatim
 
+
 \relative c' {
   \time 2/4
   \set tupletSpannerDuration = #(ly:make-moment 1 4)