Updates:
Status: Started
Comment #2 on issue 2838 by [email protected]: Patch: Changes less<Grob *>
to Grob::less.
http://code.google.com/p/lilypond/issues/detail?id=2838
Grob::less sorts grobs based on which one has an earlier column (meaning
which one is farther to the left). less<Grob *> sorts them based on pointer
values. The two do very different things and in all 3 places in the code
where less<Grob *> is used, it seems that the author wanted grobs to the
left to be at the front of the array and grobs to the right to be at the
back. If they want this, Grob::less needs to be used. So I'm reopening
the issue.