lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sketch for in-notes. (issue 5293053)


From: bordage . bertrand
Subject: Re: Sketch for in-notes. (issue 5293053)
Date: Fri, 21 Oct 2011 20:15:47 +0000

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/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]