A couple of comments. Also, there should be a regression test that demonstrates that these ...
14 years, 2 months ago
(2011-02-27 13:59:26 UTC)
#1
A couple of comments.
Also, there should be a regression test that demonstrates that these lines work
properly, so we'd know if they're broken.
Thanks,
Carl
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#newcode530
lily/paper-book.cc:530: * The property 'first-markup-line is #t iff the given
line is
I believe that our multi-line comment practice is *not* to start each line with
a *.
http://codereview.appspot.com/4236047/diff/1/lily/paper-book.cc#newcode539
lily/paper-book.cc:539: ps->set_boolean_property ("first-markup-line",
I would prefer to see
ps->set_property ("first-markup-line",
((list == texts) && (scm_is_pair (scm_cdr(list))) ? SCM_BOOL_T :
SCM_BOOL_F)
instead of creating a new boolean property setting function.
> Also, there should be a regression test that demonstrates that these lines work Boris, ...
14 years, 2 months ago
(2011-02-28 02:41:58 UTC)
#4
> Also, there should be a regression test that demonstrates that these lines
work
Boris,
I tested this using the existing regression test 'markup-lines.ly' by
shrinking its page size to A7, increasing baseline-skip from 2.5 to 2.8,
inserting a one-line \paragraph {Se continue...} in the middle, and an empty
\markuplines{} at the end.
The behavior looks good to me.
Boris, This is the last remaining critical bug preventing version 2.14. I applied the suggestions ...
14 years, 2 months ago
(2011-03-07 02:12:49 UTC)
#5
Boris,
This is the last remaining critical bug preventing version 2.14.
I applied the suggestions above to your patch, resulting in
http://codereview.appspot.com/4253061/
Would you either comment there, or adopt the revisions,
whichever is appropriate given the amount of time you can give to LilyPond.
--Keith
Issue 4236047: Wrong loop boundaries when iterating over markup list
Created 14 years, 2 months ago by Boris Shingarov
Modified 14 years, 2 months ago
Reviewers: carl.d.sorensen_gmail.com, Patrick McCarty, hanwenn, Keith
Base URL:
Comments: 6