X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitch.cc;h=c87f6f7610657a72e4ac81554015bba6be2b939a;hb=05514c83a49dd3dfabd1fa7774c69c3038ecde6b;hp=e9872fdf8eb09ba8e9bb534b52644583b7ef2744;hpb=3b870eb9ab448ebc11a2d6283ad35796b22351aa;p=lilypond.git diff --git a/lily/pitch.cc b/lily/pitch.cc index e9872fdf8e..c87f6f7610 100644 --- a/lily/pitch.cc +++ b/lily/pitch.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2010 Han-Wen Nienhuys + Copyright (C) 1998--2011 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ Pitch::compare (Pitch const &m1, Pitch const &m2) if (n) return n; if (a) - return a; + return a > (Rational)0; return 0; }