Freeman Gilmore <freeman.gilm...@gmail.com> 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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user