lilypond-devel
[Top][All Lists]
Advanced

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

Re: lilypond ./ChangeLog ./config.make.in ./configu...


From: Juergen Reuter
Subject: Re: lilypond ./ChangeLog ./config.make.in ./configu...
Date: Sat, 11 Dec 2004 15:11:59 +0100 (CET)

On Sat, 11 Dec 2004, Han-Wen Nienhuys wrote:

> -  Font_metric *f = 0;
> -  if ((name.left_string (4) == "feta")
> +  Font_metric *f = find_otf (name);
> +
> +  
> +  if (!f &&
> +      (name.left_string (4) == "feta")
>        || (name.left_string (8) == "parmesan")
>        || (name.left_string (2) == "lm"))
>      {

If you are simultaneously using "||" and "&&" as in the above 
if-condition, could you for clarity please fully parenthesize the 
expression?  Otherwise, as in the above condition, I may think that 
erroneously the "!f" is conjuncted with the feta font only, but not with 
the ancient font.  Thanks!

Greetings,
Jürgen





reply via email to

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