]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/generating-random-notes.ly
Release: bump VERSION_DEVEL.
[lilypond.git] / Documentation / snippets / generating-random-notes.ly
index aab467a429e125f82d9e4ae5713ff7dc7ea0cf13..d979660dfa4892e0d2e803ddd54095a70cc28fc3 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.17.15"
+\version "2.18.0"
 
 \header {
   lsrtags = "pitches, really-cool, scheme-language"
@@ -19,7 +19,6 @@ get different random note patterns, just change this number.
   doctitle = "Generating random notes"
 } % begin verbatim
 
-
 \score {
   {
     $(let ((random-state (seed->random-state (current-time))))