lilypond-devel
[Top][All Lists]
Advanced

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

print out the value of #<Book>


From: Kim Shrier
Subject: print out the value of #<Book>
Date: Sun, 22 Apr 2018 11:30:28 -0600

In my ongoing exploration of lilypond internals,  i am looking
at printing out the value of the argument being passed to
toplevel-book-handler, defined in ly/declarations-init.ly.

I have tried a few different functions such as

    (display-scheme-music book port)

or

    (pretty-print book port)

but all I get out is:

    #<Book>

My knowledge of Scheme and C++ is somewhat rusty as it has
been decades since I used either of these languages.  If I could
get a pointer to information on how to approach this, it would be
greatly appreciated.

Thanks,
Kim



reply via email to

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