LSR: Update.
[lilypond/mpolesky.git] / Documentation / snippets / entering-several-tuplets-using-only-one--times-command.ly
blob6d07bdc9c259336a44faae3c0d20d1c43e1baa69
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.29"
6 \header {
7 lsrtags = "rhythms"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 doctitlees = "Escribir varios grupos especiales usando una sola instrucción \\times"
11 texidoces = "
12 La propiedad @code{tupletSpannerDuration} establece cuánto debe durar
13 cada grupo de valoración especial contenido dentro del corchete que
14 aparece después de @code{\\times}. Así, se pueden escribir muchos
15 tresillos seguidos dentro de una sola expresión @code{\\times},
16 ahorrando trabajo de teclado.
18 En el ejemplo se muestran dos tresillos, aunque se ha escrito
19 @code{\\times} una sola vez.
22 Para ver más inforamción sobre @code{make-moment}, véase la sección
23 correspondiente del manual de Referencia de la Notación.
27 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
28 texidocde = "
29 Die Eigenschaft @code{tupletSpannerDuration} bestimmt, wie lange jede
30 der N-tolen innerhalb der Klammern nach dem @code{\\times}-Befehl
31 dauert. Auf diese Art können etwa viele Triolen nacheinander mit nur
32 einem @code{\\times}-Befehl geschrieben werden.
34 Im Beispiel sind zwei Triolen zu sehen, obwohl @code{\\times} nur
35 einmal geschrieben wurde.
37 Mehr Information über @code{make-moment} gibt es in \"Verwaltung der Zeiteinheiten\".
40 doctitlede = "Mehrere Triolen notieren aber nur einmal \\times benutzen"
43 %% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
44 texidocfr = "
45 La propriété @code{tupletSpannerDuration} spécifie la longueur voulue de
46 chaque crochet. Avec elle, vous pouvez faire plusieurs nolets en ne
47 tapant @code{\\times} qu'une fois, ce qui évite une longue saisie.
49 Dans l'exemple suivant, deux triolets sont imprimés avec une seule fonction
50 @code{\\times}.
52 Pour plus d'information sur @code{make-moment}, voir la section
53 appropriée du manuel de notation.
56 doctitlefr = "Plusieurs triolets avec une seule commande \\times"
58 texidoc = "
59 The property @code{tupletSpannerDuration} sets how long each of the
60 tuplets contained within the brackets after @code{\\times} should last.
61 Many consecutive tuplets can then be placed within a single
62 @code{\\times} expression, thus saving typing.
64 In the example, two triplets are shown, while @code{\\times} was
65 entered only once.
68 Read the relevant sections of the Notation Reference for more
69 information about @code{ly:make-moment}.
72 doctitle = "Entering several tuplets using only one \\times command"
73 } % begin verbatim
75 \relative c' {
76 \time 2/4
77 \set tupletSpannerDuration = #(ly:make-moment 1 4)
78 \times 2/3 { c8 c c c c c }