]> git.donarmstrong.com Git - lilypond.git/commit
* lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
authorJoe Neeman <joeneeman@gmail.com>
Tue, 19 Sep 2006 22:57:34 +0000 (22:57 +0000)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 19 Sep 2006 22:57:34 +0000 (22:57 +0000)
commitfb5d36ef6d026fdaa2b5d6c207eefd39374bff97
treeea9559b9bd7d40efb1616a5d954090c2d1b0632e
parent292dd3b29fe107252e73b6fe7dacfda22c552e09
* lily/page-breaking.cc (find_chunks_and_breaks): ignore breaks
that happen at the start of a score: having a zero-length
chunk was messing up min_system_count calculations.

* lily/source-file.cc (get_line): lower_bound, not
binary_search. Fixes problem where point-and-click would
always point to the first line.
ChangeLog
lily/page-breaking.cc
lily/source-file.cc