lilypond-user
[Top][All Lists]
Advanced

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

lilypond scheme-sandbox


From: MING TSANG
Subject: lilypond scheme-sandbox
Date: Thu, 2 May 2013 04:31:03 -0700 (PDT)



Hi lily user:
I try lilypond scheme-sandbox.  The highlight did not correspond to what chapter 1 - scheme tutorial (extending.pdf) said: "2" is suppose displays on a line, but it is not.  Please refer to the copy of the run.

Thanks for the help,
Ming


Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Tsang>lilypond scheme-sandbox
GNU LilyPond 2.16.2
Processing `C:/Program Files (x86)/LilyPond/usr/share/lilypond/current/ly/scheme
-sandbox.ly'
Parsing...
guile> (define a 2)
guile> a
2
guile> (display a)
2guile> (display a)(newline)
2guile>
guile> (display a)(display "\n")
2guile>
guile> (set! a 12345)
guile> a
12345
guile> (display a) (newline)
12345guile>
guile> (display a)(newline)
12345guile>
guile>

reply via email to

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