lilypond-devel
[Top][All Lists]
Advanced

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

Re: Fixes boolean/SCM confusions, part 1. (issue 4875054)


From: reinhold . kainhofer
Subject: Re: Fixes boolean/SCM confusions, part 1. (issue 4875054)
Date: Thu, 18 Aug 2011 14:18:45 +0000


http://codereview.appspot.com/4875054/diff/1/lily/ambitus-engraver.cc
File lily/ambitus-engraver.cc (right):

http://codereview.appspot.com/4875054/diff/1/lily/ambitus-engraver.cc#newcode177
lily/ambitus-engraver.cc:177: Rational sig_alter = !scm_is_false
(handle)
On 2011/08/18 14:03:06, Cécile Hauchemaille wrote:
So, might scm_is_pair also work ?

Yes, of course, that's the correct check...

http://codereview.appspot.com/4875054/diff/1/lily/auto-beam-engraver.cc
File lily/auto-beam-engraver.cc (right):

http://codereview.appspot.com/4875054/diff/1/lily/auto-beam-engraver.cc#newcode172
lily/auto-beam-engraver.cc:172: return !scm_is_false (scm_call_4
(get_property ("autoBeamCheck"),
On 2011/08/18 13:31:26, Bertrand Bordage wrote:
Indent like this:

return !scm_is_false (scm_call_4 (
                         get_property ("autoBeamCheck"),
                         context ()->self_scm (),
[...]

Or more correct: align the context ()->self_scm () with the
get_property:

return !scm_is_false (scm_call_4 (get_property ("autoBeamCheck"),
                                  context ()->self_scm (),
                                  ...

http://codereview.appspot.com/4875054/

reply via email to

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