X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fentering-several-tuplets-using-only-one--times-command.ly;h=52360f3dfb22e6675b54cc7284b0e1aa0e37f468;hb=820bbcbc38981f5a1866f291cdf40042ea686db0;hp=82fa98ab9074256ecdda12cd1bacd2b0d443e352;hpb=14c7123e678938b7cc858c9f087788fd6516c1a2;p=lilypond.git diff --git a/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly b/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly index 82fa98ab90..52360f3dfb 100644 --- a/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly +++ b/Documentation/snippets/entering-several-tuplets-using-only-one--times-command.ly @@ -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.10" +\version "2.14.2" \header { - lsrtags = "rhythms" + lsrtags = "syntax-and-expressions, rhythms" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% 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 @@ -19,12 +22,13 @@ En el ejemplo se muestran dos tresillos, aunque se ha escrito @code{\\times} una sola vez. -Para ver más inforamción sobre @code{make-moment}, véase -\"Administración del tiempo\". +Para ver más inforamción sobre @code{make-moment}, véase la sección +correspondiente del manual de Referencia de la Notación. " -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Die Eigenschaft @code{tupletSpannerDuration} bestimmt, wie lange jede der N-tolen innerhalb der Klammern nach dem @code{\\times}-Befehl @@ -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: e71f19ad847d3e94ac89750f34de8b6bb28611df + +%% 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)