]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/generating-random-notes.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / generating-random-notes.ly
index d70d12884df336eea7b4a96e784cc498d59c3ca2..6ffb41e7c96d9cdda20944808f99defb420e2504 100644 (file)
@@ -1,10 +1,21 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.13.0"
 
 \header {
   lsrtags = "pitches"
 
+  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"
+
   texidoc = "
 This Scheme-based snippet generates 24 random notes (or as many as
 required), based on the current time (or any randomish number specified
@@ -14,6 +25,7 @@ get different random note patterns, just change this number.
 "
   doctitle = "Generating random notes"
 } % begin verbatim
+
 \score {
   { #(let ((random-state (seed->random-state (current-time))))
     (ly:export