]> 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)
commit49bd9c3f8c835e38d1a3b2918eebdc9b3666c809
treefcda87ea1d369982d2a4176c0b46c77e060eb6fb
parent90acd82cf81b4ae190ff12a425517a184b67a870
* 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