lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2838 in lilypond: Patch: Changes less<Grob *>


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2838 in lilypond: Patch: Changes less<Grob *> to Grob::less.
Date: Sat, 15 Sep 2012 11:04:36 +0000

Updates:
        Status: Started

Comment #2 on issue 2838 by address@hidden: 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.




reply via email to

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