Updates:
Labels: -Patch-review Patch-new
Comment #19 on issue 2533 by [email protected]: Patch: line_count fixes
http://code.google.com/p/lilypond/issues/detail?id=2533#c19
line_count fixes
1. implementation does not assume staff centred at zero
2. where used for determining whether something falls on a line,
use Staff_symbol_referencer::on_line or on_staff_line
3. where used for determining whether something is within staff or not,
use Staff_symbol_referencer::staff_span
http://codereview.appspot.com/6211047