]> git.donarmstrong.com Git - lilypond.git/commitdiff
rand -> random
authorJoe Neeman <joeneeman@gmail.com>
Sun, 3 Dec 2006 13:49:19 +0000 (15:49 +0200)
committerJoe Neeman <joeneeman@gmail.com>
Sun, 3 Dec 2006 13:49:19 +0000 (15:49 +0200)
scm/lily.scm

index 954aa97d2af9c10d9568dcad47db2328f9702791..01533949fd5d6dbc2a1326153b7d77feaed2e2de 100644 (file)
@@ -538,7 +538,7 @@ The syntax is the same as `define*-public'."
        (ly:clear-anonymous-modules)
        (if (ly:get-option 'debug-gc)
           (dump-gc-protects)
-          (if (= (rand 40) 1)
+          (if (= (random 40) 1)
               (ly:reset-all-fonts))))
 
      files)