Bernardo Barros wrote: > Can I use a boolean as an argument? > > The solution I got is this. I would need a Boolean, but > the manual says I can't use it.
You should be able to use a boolean type-check in a music function. You should be able to use any type-check that appears in "type-p-name-alist" in scm/lily.scm: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=scm/lily.scm#l421 (the documentation should be updated to mention this) - Mark _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
