[EMAIL PROTECTED] writes:
> 3) The maj7 Jazz symbol is still broken: As in the last few releases,
> the hollow triangle symbol for :maj7 is printed as a (raised) M. This
> is evident, for example, in the chord-names-jazz.ly file. I suspect
> that it has something to do with the major changes in
Here's some issues I had to work around building 2.3.12 on MacOS:
1) gettext() not found: On MacOS, gettext() is not in the regular POSIX
libraries, so lily-guile.cc needs:
#include
I'm sure this is not appropriate for all platforms, so I suppose some
subtlety would be required to make this por