A small comment to show you a possible solution for the indentation.
This can be apply at every "line length" comment.


http://codereview.appspot.com/5293053/diff/12001/lily/page-breaking.cc
File lily/page-breaking.cc (right):

http://codereview.appspot.com/5293053/diff/12001/lily/page-breaking.cc#newcode189
lily/page-breaking.cc:189: old.in_note_heights_.begin (),
old.in_note_heights_.end ());
I'm not sure, but maybe:
compressed.footnote_heights_.insert
    (compressed.footnote_heights_.begin (),
     old.footnote_heights_.begin (),
     old.footnote_heights_.end ());

http://codereview.appspot.com/5293053/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to