lilypond-user
[Top][All Lists]
Advanced

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

Re: Guile question


From: Paul Morris
Subject: Re: Guile question
Date: Sat, 27 Sep 2014 13:10:20 -0700 (PDT)

Jay Vara wrote
> test =
> #(define-scheme-function
>      (parser location raga)
>      (string?)
>      (format #t "Inside function raga = ~a ~%" raga)
>      ((eval-string raga))

Try changing the last line of your function to this:

     (eval-string raga))

I think that should do what you want here.

Cheers,
-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Guile-question-tp166884p166885.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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