lilypond-user
[Top][All Lists]
Advanced

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

Re: Random output in LilyPond Log


From: David Kastrup
Subject: Re: Random output in LilyPond Log
Date: Thu, 12 Jul 2018 20:30:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Freeman Gilmore <address@hidden> writes:

> 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?

You output to stdout, the diagnostics are sent to stderr.  It depends on
buffering and the tty how stdout and stderr get interspersed.

-- 
David Kastrup



reply via email to

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