lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Random output in LilyPond Log


From: Freeman Gilmore
Subject: Random output in LilyPond Log
Date: Thu, 12 Jul 2018 14:17:06 -0400

I am using Frescobaldi and studying the Scheme Book.    When I compile,

mylist = #( list 'red  random 12 )
#(display mylist)

I get two different results in the LilyPond Log, see below.    The line, 

(red #<primitive-procedure random> 12)

changes  positions randomly when compile.   Would someone explain?

Thank you, ƒg

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Starting lilypond-windows.exe 2.19.81 [Untitled]...

Processing `c:/users/free/appdata/local/temp/frescobaldi-1jampp/tmpzk5nkr/document.ly'

Parsing...

(red #<primitive-procedure random> 12)

c:/users/free/appdata/local/temp/frescobaldi-1jampp/tmpzk5nkr/document.ly:1: warning: no \version statement found, please add

\version "2.19.81"

for future compatibility

Success: compilation successfully completed

Completed successfully in 0.9".

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Starting lilypond-windows.exe 2.19.81 [Untitled]...

Processing `c:/users/free/appdata/local/temp/frescobaldi-1jampp/tmpzk5nkr/document.ly'

Parsing...

c:/users/free/appdata/local/temp/frescobaldi-1jampp/tmpzk5nkr/document.ly:1: warning: no \version statement found, please add

\version "2.19.81"

for future compatibility

(red #<primitive-procedure random> 12)

Success: compilation successfully completed

Completed successfully in 0.7".


reply via email to

[Prev in Thread] Current Thread [Next in Thread]