Does LilyPond have a Read-Eval-Print-Loop?  I'm looking for a better
way to debug the Scheme that I write.

I found myself doing the following:

    lilypond -e '(begin (simple-format #t "~A" (ly:make-pitch 0 3))
    (newline) (newline) (quit))'

Which seems on the cumbersome side - there must be a Better Way.
Pointers (or strategies) please?

--
P.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to