diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-07-17 18:18:47 +0200 |
commit | f22c889b1389cb7d761580762fe77973780f2f86 (patch) | |
tree | d325b60ea9e43c4094814635d61ab92bc2f68046 /Documentation/snippets/generating-random-notes.ly | |
parent | 2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (diff) |
Update snippets from today's LSR with changed makelsr.py
Diffstat (limited to 'Documentation/snippets/generating-random-notes.ly')
-rw-r--r-- | Documentation/snippets/generating-random-notes.ly | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/Documentation/snippets/generating-random-notes.ly b/Documentation/snippets/generating-random-notes.ly index 2ff76a4ed4..d17f902829 100644 --- a/Documentation/snippets/generating-random-notes.ly +++ b/Documentation/snippets/generating-random-notes.ly @@ -7,30 +7,7 @@ \version "2.15.40" \header { - lsrtags = "pitches, scheme-language, really-cool" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -Este fragmento de código basado en Scheme genera -24 notas aleatorias (o tantas como se necesiten), basándose en la -hora actual (o en cualquier número pseudo-aleatorio que se -especifique en su lugar, para obtener las mismas notas aleatorias -cada vez): es decir, para obtener distintos patrones de notas, -sólo tiene que modificar este número. - -" - doctitlees = "Generación de notas aleatorias" - -%% Translation of GIT committish: 57f9346bb030f49336a858fcbf1519366fe56454 - texidocfr = " -Le fragment de code Scheme ci-dessous génère aléatoirement 24 notes -(ou autant que nécessaire), à partir de l'heure courante (ou un nombre -quelconque donné en argument, afin d'obtenir toujours les mêmes notes -aléatoires). Pour obtenir une autre série de notes, il suffit de -changer ce nombre. - -" - doctitlefr = "Génération de notes aléatoires" + lsrtags = "really-cool, pitches, scheme-language" texidoc = " This Scheme-based snippet generates 24 random notes (or as many as |