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



_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to