lilypond-devel
[Top][All Lists]
Advanced

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

Re: Wrong loop boundaries when iterating over markup list (issue4236047)


From: pnorcks
Subject: Re: Wrong loop boundaries when iterating over markup list (issue4236047)
Date: Sun, 27 Feb 2011 19:08:56 +0000

Hi Boris,

Just a code nitpick (in two places).

Please remember to Cc: lilypond-devel for Rietveld patches so that we
know code review is taking place.

Thanks,
Patrick


http://codereview.appspot.com/4236047/diff/1/lily/paper-book.cc
File lily/paper-book.cc (right):

http://codereview.appspot.com/4236047/diff/1/lily/paper-book.cc#newcode540
lily/paper-book.cc:540: (list == texts) &&
(scm_is_pair(scm_cdr(list)))); // I am first && there is more stuff
There should be spaces before all open parens:

  (scm_is_pair (scm_cdr (list)))

http://codereview.appspot.com/4236047/diff/1/lily/paper-book.cc#newcode542
lily/paper-book.cc:542: (!scm_is_pair(scm_cdr(list))) && (list !=
texts)); // I am last && not first
My previous comment applies here, too.

http://codereview.appspot.com/4236047/



reply via email to

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