X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fgenerating-random-notes.ly;h=73d33bda540d239b79db9dee17d1b742ed9c23ae;hb=e9135d834819eba63b64ec711542480250b42b78;hp=601adbc6c97e6523c4153457a9ee932b3708e29c;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/lsr/generating-random-notes.ly b/input/lsr/generating-random-notes.ly index 601adbc6c9..73d33bda54 100644 --- a/input/lsr/generating-random-notes.ly +++ b/input/lsr/generating-random-notes.ly @@ -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.51" +\version "2.13.1" \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