bug-lilypond
[Top][All Lists]
Advanced

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

LilyPond – Extending: value and guile prompt on same line despite newlin


From: pls
Subject: LilyPond – Extending: value and guile prompt on same line despite newline procedure
Date: Sun, 26 Apr 2015 10:57:45 +0200

Hey all,

at http://www.lilypond.org/doc/v2.19/Documentation/extending/scheme-variables 
it says:

Note that both the value 2 and the guile prompt guile showed up on the same 
line. This can be avoided by calling the newline procedure or displaying a 
newline character.

        
guile> (display a)(newline)
2
guile> (display a)(display "\n")
2
guile>

But when I try this in the scheme sandbox (LilyPond v2.19.15) on Ubuntu 14.10 
(and Mac OS 10.9.5) I get:

guile> (display a)(newline)
2guile> 
guile> (display a)(display "\n")
2guile> 

Am I missing something?

patrick

reply via email to

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