[EMAIL PROTECTED] writes: > I have done a scheme function that unfolds all repeats - but it is ugly. > The problem is that I do not know a clean way to find the c-functions > corresponding the properties "length" and "iterator-ctor". > The attached example is much uglier than it needed to be without knowing > how to access the functions (not necessary to pollute global name space) > - but I found it silly to do anything as long as I cannot find the c > functions cleanly.
You mean, you want to know names of the functions? They are Repeated_music::unfolded_music_length and Unfolded_repeat_iterator::constructor. (see also c++.scm) -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.cs.uu.nl/~hanwen/ _______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel
