lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 2550 in lilypond: Statements that cannot be ex


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2550 in lilypond: Statements that cannot be executed may be in the code
Date: Wed, 30 May 2012 15:04:26 +0000


Comment #3 on issue 2550 by address@hidden: Statements that cannot be executed may be in the code
http://code.google.com/p/lilypond/issues/detail?id=2550

Perhaps it should be:


      if (isnan (val) || isinf (val))
        {
          if (strict_infinity_checking)
            error (_ ("Found infinity or nan in output."));
          else
            {
warning (_ ("Found infinity or nan in output. Substituting 0.0"));
              return ("0.0");
            }
        }





reply via email to

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