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.

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to