From: Joe Neeman Date: Sun, 3 Dec 2006 13:49:19 +0000 (+0200) Subject: rand -> random X-Git-Tag: release/2.11.1-1~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b0b81b1bc6584c7f0da9048994205ab846f65e25;p=lilypond.git rand -> random --- diff --git a/scm/lily.scm b/scm/lily.scm index 954aa97d2a..01533949fd 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -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)