X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fgenerating-random-notes.ly;h=d0be5b09f5bb436fe46b492cbdb06597aa8c1cee;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=f7fd39321a60611d4e7e1a43e88adae8afc04a37;hpb=f514e24c0f2021ab2e8667dedb6f85ac44eaccd5;p=lilypond.git diff --git a/input/lsr/generating-random-notes.ly b/input/lsr/generating-random-notes.ly index f7fd39321a..d0be5b09f5 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.48" +\version "2.11.62" \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