]> git.donarmstrong.com Git - lilypond.git/commit
Fix 1141 and 1142.
authorJoe Neeman <joeneeman@gmail.com>
Tue, 22 Jun 2010 15:54:05 +0000 (18:54 +0300)
committerJoe Neeman <joeneeman@gmail.com>
Tue, 22 Jun 2010 20:40:13 +0000 (23:40 +0300)
commited430e2d3a44b70a0ee7b32f7dd2002bc6c6912b
tree9fcf0950f7178f2c9448f900fe5b60b32efae17d
parentd36b253fdc6b6a7a0bc59d6b64bcbcd75b8b35be
Fix 1141 and 1142.

Fix the indices that we pass to the line breaker: they should be
indices into the vector of all used columns (instead of indices
into the vector of the line breaks that were forced by system-count).
lily/page-breaking.cc